From 2a1d4b2e958de1581e9bda7b07b705b963e394a6 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 11 Aug 2025 23:02:08 +0100 Subject: Implement update checking using the command "BLABOUNCER UPDATECHECK", or optionally (enabled by default, toggled with configuration option "checkupdates") at startup and successful client authentication. This is implemented using a DNS TXT record check to the domain "version.blabouncer.blatech.net". --- blabouncer.conf.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'blabouncer.conf.example') 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" -- cgit v1.2.3