From 216f6a152333b38a8563c570eb237c27585deedb Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 13 May 2019 00:07:15 +0100 Subject: Implement optional TLS for the server side. --- blabouncer.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'blabouncer.conf') diff --git a/blabouncer.conf b/blabouncer.conf index 72646de..d90d35b 100644 --- a/blabouncer.conf +++ b/blabouncer.conf @@ -21,11 +21,14 @@ clientport = "1234" # If "0" then certfile and keyfile need not be set clienttls = "1" +# Enable TLS for the bouncer connecting to the IRC server ("1" for yes or "0" for no) +servertls = "1" + # Real IRC server the bouncer connects to ircserver = "irc.blatech.net" # Real IRC server port -ircserverport = "6667" +ircserverport = "6697" # Certificate file # If clienttls = "0" then this need not be set -- cgit v1.2.3