kike: document the "operators" setting usefully
Now our user just needs to be able to guess that it's a hex string.
This commit is contained in:
parent
8429995cb6
commit
132e4a38b8
2
kike.c
2
kike.c
|
@ -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)" },
|
||||
|
|
Loading…
Reference in New Issue