mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-13 10:58:17 +08:00
19 lines
No EOL
339 B
JSON
19 lines
No EOL
339 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [],
|
|
"ignored_names": [
|
|
"testignore",
|
|
"legacyignore"
|
|
],
|
|
"ignored_targets": [
|
|
{"pattern":"testtarget","type":"CNAME"}
|
|
],
|
|
}
|
|
]
|
|
} |