fix quotes
[dyn-nsupdate.git] / dyn-ns-client.conf.dist
1 # The server to send the update requests to
2 server = ns.example.com
3 # Domains to update (multiple domains are possible, separated by comma)
4 domains = test.dyn.example.com
5 # Password to be sent to the server-side scripts
6 password = some_secure_password
7
8 [IPv4]
9 # Possible IPv4 detection methods are
10 # none: Don't set IPv4 address (leaves the domain's A record untouched).
11 # web: Call a website to detect the current, external IPv4 address.
12 method = web
13
14 # The server to query for web-basd IPv4 detection (if enabled).
15 # Default: same as the global server in the default section.
16 # This server should NOT have an AAAA record, or it may return the IPv6 address instead!
17 server = ipv4.ns.example.com
18
19 [IPv6]
20 # Possible IPv6 detection methods are
21 # none: Don't set IPv6 address (leaves the domain's AAAA record untouched).
22 # web: Call a website to detect the current, external IPv6 address.
23 # local: Try to detect the global IPv6 address based on the configuration of the local network interfaces.
24 method = none
25
26 # The server to query for web-basd IPv6 detection.
27 # Default: same as the global server in the default section.
28 # This server should NOT have an A record, or it may return the IPv4 address instead!
29 server = ipv6.ns.example.com
30