diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2026-04-06 19:51:23 +0100 |
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2026-04-06 19:51:23 +0100 |
| commit | 0714a93c9d46c18a1a1b4d48b9b7b92465a3a408 (patch) | |
| tree | f8e97ed7de127315a3f6113ba4e50054b5828e67 /config.c | |
| parent | 52709612ed54418a5f8e59e74d71fde0bcbcb4bc (diff) | |
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
