IRC: allow plaintext server links (Anope internal cluster)

This commit is contained in:
root
2026-03-09 17:29:06 -05:00
parent d6c55573b8
commit 8f405d4df0

View File

@@ -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