diff options
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 2281806..4e8e7f1 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -123,3 +123,7 @@ alertunautheddisconnect = "1" # Send NOTICE to all other clients upon authenticated client disconnections ("1" for yes or "0" for no) alertautheddisconnect = "1" + +# Check for updates upon startup and successful client authentication ("1" for yes or "0" for no) +# This sends a DNS TXT request to blatech.net, disable this if you do not wish for that to happen +checkupdates = "1" |