{
"settings": [
{
"provider": "duckdns",
"domain": "sub.duckdns.org",
"token": "token",
"ip_version": "ipv4",
"ipv6_suffix": ""
}
]
}
"domain"
is the domain to update. The eTLD must beduckdns.org
. For example:- for the root owner/host
@
, it would bemydomain.duckdns.org
- for the owner/host
sub
, it would besub.mydomain.duckdns.org
- for multiple domains, it can be
sub1.mydomain.duckdns.org,sub2.mydomain.duckdns.org
BUT it cannot bea.duckdns.org,b.duckdns.org
, since the effective domains would bea.duckdns.org
andb.duckdns.org
- for the root owner/host
"token"
"ip_version"
can beipv4
(A records), oripv6
(AAAA records) oripv4 or ipv6
(update one of the two, depending on the public ip found). It defaults toipv4 or ipv6
."ipv6_suffix"
is the IPv6 interface identifier suffix to use. It can be for example0:0:0:0:72ad:8fbb:a54e:bedd/64
. If left empty, it defaults to no suffix and the raw public IPv6 address obtained is used in the record updating.
See the duckdns website