enable MDS support
This commit is contained in:
parent
fee79a0927
commit
11d435f327
|
@ -54,7 +54,7 @@ public final class Config {
|
||||||
|
|
||||||
public static final boolean USE_RANDOM_RESOURCE_ON_EVERY_BIND = false;
|
public static final boolean USE_RANDOM_RESOURCE_ON_EVERY_BIND = false;
|
||||||
|
|
||||||
public static final boolean MESSAGE_DISPLAYED_SYNCHRONIZATION = false;
|
public static final boolean MESSAGE_DISPLAYED_SYNCHRONIZATION = true;
|
||||||
|
|
||||||
public static final boolean ALLOW_NON_TLS_CONNECTIONS =
|
public static final boolean ALLOW_NON_TLS_CONNECTIONS =
|
||||||
false; // very dangerous. you should have a good reason to set this to true
|
false; // very dangerous. you should have a good reason to set this to true
|
||||||
|
|
Loading…
Reference in a new issue