From 89390f4d8e21e6ee14b2a7a89f5e5967066ed3a7 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Thu, 2 Jan 2025 20:16:14 -0800 Subject: [PATCH] Disabling ircd/TLS (port 6697) by default See issue #854 for details --- ctrl/ircd.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrl/ircd.ini b/ctrl/ircd.ini index 4a19f8a96d..448f7710d2 100644 --- a/ctrl/ircd.ini +++ b/ctrl/ircd.ini @@ -25,8 +25,8 @@ SSL=false ;[Port:994] ;SSL=true -[Port:6697] -SSL=true +;[Port:6697] +;SSL=true [Class:1] Comment=Regular, unauthenticated users from the Internet -- GitLab