mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 02:28:40 -04:00
* Split provider specific instructions in docs/ * Update links to be relative * Update Google doc, co-authored by @gauravspatel
504 B
504 B
DNS-O-Matic
Configuration
Example
{
"settings": [
{
"provider": "dnsomatic",
"domain": "domain.com",
"host": "@",
"token": "yourtoken",
"ip_version": "ipv4"
}
]
}
Compulsory parameters
"domain""host"is your host and can be a subdomain or"@"or"*""username""password"
Optional parameters
"ip_version"can beipv4(A records) oripv6(AAAA records), defaults toipv4 or ipv6