jni设置dns
This commit is contained in:
@@ -51,7 +51,7 @@ public class Config {
|
||||
*/
|
||||
private String server;
|
||||
/**
|
||||
* 服务端地址
|
||||
* dns地址
|
||||
*/
|
||||
private String[] dns;
|
||||
/**
|
||||
@@ -194,6 +194,14 @@ public class Config {
|
||||
this.server = server;
|
||||
}
|
||||
|
||||
public String[] getDns() {
|
||||
return dns;
|
||||
}
|
||||
|
||||
public void setDns(String[] dns) {
|
||||
this.dns = dns;
|
||||
}
|
||||
|
||||
public String[] getStunServer() {
|
||||
return stunServer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user