...
|
...
|
@@ -23,10 +23,11 @@ public class SystemConfig { |
|
|
|
|
|
private SystemConfig() {
|
|
|
hostWhiteList = new ArrayList<>(1);
|
|
|
IpV4Host ipV4Host = new IpV4Host();
|
|
|
ipV4Host.setSegment1(ipV4Host.getSegment1B());
|
|
|
ipV4Host.setType(ipV4Host.getTypeB());
|
|
|
hostWhiteList.add(ipV4Host);
|
|
|
|
|
|
// IpV4Host ipV4Host = new IpV4Host();
|
|
|
// ipV4Host.setSegment1(ipV4Host.getSegment1B());
|
|
|
// ipV4Host.setType(ipV4Host.getTypeB());
|
|
|
// hostWhiteList.add(ipV4Host);
|
|
|
|
|
|
//
|
|
|
clientConfig = new ClientConfig();
|
...
|
...
|
|