mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-21 12:34:32 +08:00
* Use a standard JSON comparison tool * Fixes https://github.com/StackExchange/dnscontrol/issues/886 * Delete file in wrong place. * Remove the need for minify
25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"dns_providers": [ { "name": "Cloudflare", "type": "CLOUDFLAREAPI" } ],
|
|
"domains": [
|
|
{
|
|
"name": "domain.tld",
|
|
"dnsProviders": { "Cloudflare": -1 },
|
|
"records": [
|
|
{ "name": "@", "target": "127.0.0.1", "type": "A" },
|
|
{ "name": "www", "target": "127.0.0.2", "type": "A" },
|
|
{ "name": "a", "target": "b", "type": "CNAME" },
|
|
{ "name": "aaa", "target": "127.0.0.3", "type": "A" },
|
|
{ "name": "c", "target": "d", "type": "CNAME" },
|
|
{ "name": "bbb.sub", "subdomain": "sub", "target": "127.0.0.4", "type": "A" },
|
|
{ "name": "ccc.sub", "subdomain": "sub", "target": "127.0.0.5", "type": "A" },
|
|
{ "name": "e.sub", "subdomain": "sub", "target": "f", "type": "CNAME" },
|
|
{ "name": "ddd.sub.sub", "subdomain": "sub.sub", "target": "127.0.0.6", "type": "A" },
|
|
{ "name": "g.sub.sub", "subdomain": "sub.sub", "target": "h", "type": "CNAME" },
|
|
{ "name": "sub", "subdomain": "sub", "target": "127.0.0.7", "type": "A" },
|
|
{ "name": "i.sub", "subdomain": "sub", "target": "j", "type": "CNAME" }
|
|
],
|
|
"registrar": "Third-Party"
|
|
}
|
|
],
|
|
"registrars": [ { "name": "Third-Party", "type": "NONE" } ]
|
|
}
|