From c24274e1f895ffebdf6b27f662109167e79a47e8 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 20 Jul 2024 21:20:32 -0600 Subject: [PATCH] Update config_template.in.hjson Enable SSL/TLS by default as this is available with node --- misc/config_template.in.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_template.in.hjson b/misc/config_template.in.hjson index 9b83636c..94fc02e6 100644 --- a/misc/config_template.in.hjson +++ b/misc/config_template.in.hjson @@ -322,7 +322,7 @@ serverHostname : 'mrc.bottomlessabyss.net' serverPort : 5000 serverSslPort : 5001 - useSsl : false + useSsl : true retryDelay : 10000 multiplexerPort : 5000 }