enable MDS support

This commit is contained in:
Daniel Gultsch 2024-04-09 17:15:58 +02:00
parent fee79a0927
commit 11d435f327
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -54,7 +54,7 @@ public final class Config {
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 =
false; // very dangerous. you should have a good reason to set this to true