mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-05-18 05:51:54 -04:00
899 B
899 B
Configuration
Example
{
"settings": [
{
"provider": "google",
"domain": "domain.com",
"host": "@",
"username": "username",
"password": "password",
"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
Domain setup
Thanks to @gauravspatel for #124
- Enable dynamic DNS in the synthetic records section of DNS management.
- The username and password is generated once you create the dynamic DNS entry.
Wildcard entries
If you want to create a wildcard entry, you have to create a custom CNAME record with key "*" and value "@".