mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-03-31 06:24:01 -04:00
833 B
833 B
Name.com
Configuration
Example
{
"settings": [
{
"provider": "name.com",
"domain": "domain.com",
"host": "@",
"username": "username",
"token": "token"
}
]
}
Compulsory parameters
"domain""host"is your host and can be a subdomain,"@"or"*"generally"username"is your account username"token"which you can obtain from www.name.com/account/settings/api
Optional parameters
"ttl"is the time this record can be cached for in seconds. Name.com allows a minimum TTL of 300, or 5 minutes. Name.com defaults to 300 if not provided."ip_version"can beipv4(A records) oripv6(AAAA records), defaults toipv4 or ipv6