diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 90140a5e..ace8907a 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -50,6 +50,9 @@ certificate = # the same certificate. ignore_certificate = false +# Force TLS on by default +force_encryption = true + # The interval to send a whitespace keepalive to the server # 300 should be fine, except for specific services, in that case, change the # value to the services default. |