mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
* Split provider specific instructions in docs/ * Update links to be relative * Update Google doc, co-authored by @gauravspatel
900 B
900 B
Configuration
Example
{
"settings": [
{
"provider": "godaddy",
"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 "@".