From 49172801f7d7da6725572b5cc49da5a133bba14e Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 18 Jul 2012 14:52:13 +0000 Subject: [PATCH] Add a commented-out TLS line. --- ctrl/newslink.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ctrl/newslink.cfg b/ctrl/newslink.cfg index d3169a8fa1..79ae72d088 100644 --- a/ctrl/newslink.cfg +++ b/ctrl/newslink.cfg @@ -6,6 +6,10 @@ DISABLED ; One server per configuration file, specify server address on next line SERVER your.news.server +; Uses TLS to secure the connection - the server certificate is NOT checked +; however. This changes the default port to 563. +;TLS + ; Specify your username and password on the server (if any) USER your.user.name PASS your.password -- GitLab