mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 08:54:09 -04:00
511 B
511 B
FreeDNS
Configuration
Example
{
"settings": [
{
"provider": "freedns",
"domain": "domain.com",
"host": "host",
"token": "token",
"ip_version": "ipv4"
}
]
}
Compulsory parameters
"domain""host"is your host (subdomain)"token"is the randomized update token you use to update your record
Optional parameters
"ip_version"can beipv4(A records) oripv6(AAAA records), defaults toipv4 or ipv6