Clarify meaning of some serverhide options.
This commit is contained in:
parent
66c8fdd207
commit
4acf228113
1 changed files with 5 additions and 4 deletions
|
@ -658,8 +658,9 @@ channel {
|
|||
|
||||
/* The serverhide block contains the options regarding serverhiding */
|
||||
serverhide {
|
||||
/* flatten links: this option will show all servers in /links appear
|
||||
* that they are linked to this current server
|
||||
/* flatten links: this option will hide various routing information
|
||||
* and make all servers in /links appear that they are linked to
|
||||
* this server.
|
||||
*/
|
||||
flatten_links = no;
|
||||
|
||||
|
@ -668,8 +669,8 @@ serverhide {
|
|||
*/
|
||||
links_delay = 5 minutes;
|
||||
|
||||
/* hidden: hide this server from a /links output on servers that
|
||||
* support it. this allows hub servers to be hidden etc.
|
||||
/* hidden: hide this server from a /links output on servers with
|
||||
* flatten_links enabled. this allows hub servers to be hidden etc.
|
||||
*/
|
||||
hidden = no;
|
||||
|
||||
|
|
Loading…
Reference in a new issue