IRC: allow plaintext server links (Anope internal cluster)
This commit is contained in:
@@ -162,6 +162,11 @@ stringData:
|
|||||||
key "/app/conf/tls/server.key.pem";
|
key "/app/conf/tls/server.key.pem";
|
||||||
trusted-ca-file "/etc/ssl/certs/ca-certificates.crt";
|
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
|
# Anope configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user