From 0714a93c9d46c18a1a1b4d48b9b7b92465a3a408 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 6 Apr 2026 19:51:23 +0100 Subject: Clarify DNS request made for version checks in example configuration file. --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index 2bfb38c..f6e78c0 100644 --- a/config.c +++ b/config.c @@ -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 -- cgit v1.3