From 8f405d4df0655e27c24f55a1ca7e82e0e4ecc5c6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Mar 2026 17:29:06 -0500 Subject: [PATCH] IRC: allow plaintext server links (Anope internal cluster) --- apps/irc/irc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/irc/irc.yaml b/apps/irc/irc.yaml index af5cd89..dbb57b0 100644 --- a/apps/irc/irc.yaml +++ b/apps/irc/irc.yaml @@ -162,6 +162,11 @@ stringData: key "/app/conf/tls/server.key.pem"; trusted-ca-file "/etc/ssl/certs/ca-certificates.crt"; } + + /* Allow plaintext for server-to-server links (Anope is internal) */ + plaintext-policy { + server allow; + } } --- # Anope configuration