1
0
Fork 0
forked from External/ergo
Add a config option to suppress LUSERS
This commit is contained in:
Shivaram Lingamneni 2021-11-01 04:48:31 -04:00
parent 84a5b83eb1
commit 51d573d3c9
4 changed files with 17 additions and 2 deletions

View file

@ -333,6 +333,10 @@ server:
# the default value of 512. DO NOT change this on a public server:
# max-line-len: 512
# send all 0's as the LUSERS (user counts) output to non-operators; potentially useful
# if you don't want to publicize how popular the server is
suppress-lusers: false
# account options
accounts:
# is account authentication enabled, i.e., can users log into existing accounts?