Document general::hidden_caps
This commit is contained in:
parent
6ac21a70e2
commit
4a8bd0b2fb
1 changed files with 3 additions and 0 deletions
|
@ -1412,6 +1412,9 @@ general {
|
||||||
|
|
||||||
/* 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;
|
||||||
|
|
||||||
|
/* hidden_caps: client capabilities we'll pretend we don't support until they're requested */
|
||||||
|
#hidden_caps = "userhost-in-names";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules {
|
modules {
|
||||||
|
|
Loading…
Reference in a new issue