diff options
| -rw-r--r-- | blabouncer.conf.example | 2 | ||||
| -rw-r--r-- | config.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 3694f35..90f7229 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -132,5 +132,5 @@ alertunautheddisconnect = "1" 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 +# This sends a DNS TXT request for version.blabouncer.blatech.net, disable this if you do not want that to happen checkupdates = "1" @@ -444,7 +444,7 @@ int createconfigfile(char *filename) { "alertautheddisconnect = \"1\"\n" "\n" "# Check for updates upon startup and successful client authentication (\"1\" for yes or \"0\" for no)\n" - "# This sends a DNS TXT request to blatech.net, disable this if you do not wish for that to happen\n" + "# This sends a DNS TXT request for version.blabouncer.blatech.net, disable this if you do not want that to happen\n" "checkupdates = \"1\"\n"; // Write complete string to file |
