diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-28 23:51:52 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-28 23:53:03 +0100 |
commit | 132e4a38b8cb234f4992fe3078ad056c5f523d3e (patch) | |
tree | a0cb49b18d9270b13a93dc90c771e02f35fd26e0 | |
parent | 8429995cb6eb64649b6fdfa2e6332f1345fb77a9 (diff) | |
download | xK-132e4a38b8cb234f4992fe3078ad056c5f523d3e.tar.gz xK-132e4a38b8cb234f4992fe3078ad056c5f523d3e.tar.xz xK-132e4a38b8cb234f4992fe3078ad056c5f523d3e.zip |
kike: document the "operators" setting usefully
Now our user just needs to be able to guess that it's a hex string.
-rw-r--r-- | kike.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ static struct simple_config_item g_config_table[] = { "tls_key", NULL, "Server TLS private key (PEM)" }, { "tls_ciphers", DEFAULT_CIPHERS, "OpenSSL cipher list" }, - { "operators", NULL, "IRCop TLS cert. fingerprints" }, + { "operators", NULL, "IRCop TLS client cert. SHA-1 fingerprints" }, { "max_connections", "0", "Global connection limit" }, { "ping_interval", "180", "Interval between PINGs (sec)" }, |