diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2026-02-14 11:42:22 +0000 |
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2026-02-14 11:42:22 +0000 |
| commit | 22aef989975b4455cfd267f47e67e0ea4d1bac72 (patch) | |
| tree | c05e343a45391f9204e6c111dbb8e79c4882b606 /config.c | |
| parent | 36179e624e04fd44e462d87f54037c9c4fbc46b3 (diff) | |
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) { |
