Allow password-only IRC RPC TLS clients

This commit is contained in:
Andrew Stoltz
2026-06-19 21:11:37 -05:00
parent 19e8d6be71
commit 8cc06d0f90

View File

@@ -656,6 +656,13 @@ data:
ip *;
port 8600;
options { rpc; }
tls-options {
certificate "/app/conf/tls/server.cert.pem";
key "/app/conf/tls/server.key.pem";
options {
no-client-certificate;
}
}
}
listen {