mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 08:02:58 +08:00
Fixes https://github.com/StackExchange/dnscontrol/issues/1457 * New-style creds.json implememented backwards compatible * Update tests * Update docs * Assume new-style TYPE
19 lines
811 B
JSON
19 lines
811 B
JSON
{
|
|
"dns_providers": [
|
|
{ "name": "dns1", "type": "CLOUDFLAREAPI" },
|
|
{ "name": "dns2a", "type": "CLOUDFLAREAPI" },
|
|
{ "name": "dns2b", "type": "CLOUDFLAREAPI", "meta": { "dnsmetakey": "dns2b" } },
|
|
{ "name": "dns3", "type": "CLOUDFLAREAPI", "meta": { "dnsmetakey": "dns3" } },
|
|
{ "name": "dns1h", "type": "CLOUDFLAREAPI" },
|
|
{ "name": "dns2bh", "type": "CLOUDFLAREAPI", "meta": { "dnsmetakey": "dns2bh" } }
|
|
],
|
|
"domains": [],
|
|
"registrars": [
|
|
{ "name": "foo1", "type": "-" },
|
|
{ "name": "foo2a", "type": "NONE" },
|
|
{ "name": "foo2b", "type": "-", "meta": { "regmetakey": "reg2b" } },
|
|
{ "name": "foo3", "type": "MANUAL", "meta": { "regmetakey": "reg3" } },
|
|
{ "name": "foo1h", "type": "-" },
|
|
{ "name": "foo2bh", "type": "-", "meta": { "regmetakey": "reg2bh" } }
|
|
]
|
|
}
|