Change default value of dns_server and mention that it has to be an IP

This commit is contained in:
2026-01-18 20:07:10 +01:00
parent 6c8a1999eb
commit 4ee6f4e1cd
4 changed files with 6 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ ssl_key_file = "/etc/ddns-service/key.pem" # required if ssl = true
path = "/var/lib/ddns-service/ddns.db" # required for sqlite
[dns_service]
# dns_server = "localhost" # default: "localhost" (DNS server for RFC 2136 updates)
# dns_server = "127.0.0.1" # default: "127.0.0.1" (must be IP address)
# dns_port = 53 # default: 53
# dns_timeout = 5 # default: 5 (seconds)
# ddns_default_key_file = "/etc/ddns-service/ddns.key" # optional, BIND TSIG key file