mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-03-31 06:24:01 -04:00
- Only calls DNS API(s) once the public IP address changes - Only one ip method per ip version (ipv4, ipv6, ipv4/v6) - Gets the ip address once every period for all records - More object oriented coding instead of functional - Support to update ipv4 and ipv6 records separately, for supported DNS providers
27 lines
732 B
JSON
27 lines
732 B
JSON
{
|
|
"settings": [
|
|
{
|
|
"provider": "namecheap",
|
|
"domain": "example.com",
|
|
"host": "@",
|
|
"password": "e5322165c1d74692bfa6d807100c0310"
|
|
},
|
|
{
|
|
"provider": "duckdns",
|
|
"domain": "example.duckdns.org",
|
|
"token": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"provider": "godaddy",
|
|
"domain": "example.org",
|
|
"host": "subdomain",
|
|
"key": "aaaaaaaaaaaaaaaa",
|
|
"secret": "aaaaaaaaaaaaaaaa"
|
|
},
|
|
{
|
|
"provider": "dreamhost",
|
|
"domain": "example.info",
|
|
"key": "aaaaaaaaaaaaaaaa"
|
|
}
|
|
]
|
|
} |