{
"settings": [
{
"provider": "namesilo",
"domain": "sub.example.com",
"key": "71dZaE8c2Aa926Ca2E8c1",
"ttl": 7207,
"ip_version": "ipv4"
}
]
}
"domain"
is the domain to update. It can beexample.com
(root domain),sub.example.com
(subdomain ofexample.com
) or*.example.com
for the wildcard."key"
is the NameSilo API Key obtained using the domain setup instructions below. For example:71dZaE8c2Aa926Ca2E8c1
.
"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."ttl"
is the record's Time to Live (TTL), which defaults to7207
seconds. It must be numeric, less than2592001
, and greater than or equal to3600
. TTL values of3603
or7207
may be subject to NameSilo's Automatic TTL Adjustments.
-
Login to the Namesilo API Manager with your account credentials.
-
Generate an API key. The generated API key will look similar to
71dZaE8c2Aa926Ca2E8c1
.- (do not check the "Generate key for read-only access" box)
-
Go to the NameSilo Domain Manager.
-
Choose "Manage DNS for this domain" (the globe icon) for the domain you wish to test.
-
Change the IP address of the host to
127.0.0.1
. -
Run the ddns-updater.
-
Refresh the Namesilo webpage to check the update occurred.