reference.conf: document hide_opers

This commit is contained in:
David Schultz 2023-05-18 22:23:19 -05:00 committed by Doug Freed
parent 1608b0e70e
commit f5e8ad65c1

View file

@ -1456,6 +1456,9 @@ general {
/* hide_opers_in_whois: if set to YES, then oper status will be hidden in /WHOIS output. */ /* hide_opers_in_whois: if set to YES, then oper status will be hidden in /WHOIS output. */
hide_opers_in_whois = no; hide_opers_in_whois = no;
/* hide_opers: Hide all opers from unprivileged users */
hide_opers = no;
/* tls_ciphers_oper_only: show the TLS cipher string in /WHOIS only to opers and self */ /* tls_ciphers_oper_only: show the TLS cipher string in /WHOIS only to opers and self */
tls_ciphers_oper_only = no; tls_ciphers_oper_only = no;