mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-03-31 06:24:01 -04:00
- retro-compatible change: keep using host/owner if set - otherwise extract owner and eTLD+1 from domain field - documentation updated to only use the `domain` field
25 lines
682 B
JSON
25 lines
682 B
JSON
{
|
|
"settings": [
|
|
{
|
|
"provider": "namecheap",
|
|
"domain": "example.com",
|
|
"password": "e5322165c1d74692bfa6d807100c0310"
|
|
},
|
|
{
|
|
"provider": "duckdns",
|
|
"domain": "example.duckdns.org",
|
|
"token": "00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"provider": "godaddy",
|
|
"domain": "subdomain.example.org",
|
|
"key": "aaaaaaaaaaaaaaaa",
|
|
"secret": "aaaaaaaaaaaaaaaa"
|
|
},
|
|
{
|
|
"provider": "dreamhost",
|
|
"domain": "example.info",
|
|
"key": "aaaaaaaaaaaaaaaa"
|
|
}
|
|
]
|
|
} |