From ff19d0260a02f962c8474c137587a05df5196533 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sun, 20 Mar 2022 13:08:29 -0400 Subject: [PATCH] only require secure oper if ssl is enabled --- ircd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd.j2 b/ircd.j2 index 4fed8bb..5f4ce52 100644 --- a/ircd.j2 +++ b/ircd.j2 @@ -280,7 +280,7 @@ general { certfp_method = sha512; hide_opers_in_whois = no; tls_ciphers_oper_only = no; - oper_secure_only = yes; + oper_secure_only = {% if ssl_exists.stat.exists %}yes{% else %}no{% endif %}; }; modules {