diff options
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -434,7 +434,11 @@ int createconfigfile(char *filename) { "alertunautheddisconnect = \"1\"\n" "\n" "# Send NOTICE to all other clients upon authenticated client disconnections (\"1\" for yes or \"0\" for no)\n" - "alertautheddisconnect = \"1\"\n"; + "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" + "checkupdates = \"1\"\n"; // Write complete string to file if ((fprintf(fp, "%s", string)) < 0) { |
