mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-13 10:58:17 +08:00
f082ad36c8
* AUTODNSSEC -> AUTODNSSEC_ON * Validate AutoDNSSEC values * AUTODNSSEC now generates a warning and does nothing.
26 lines
462 B
JSON
26 lines
462 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "nothing.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": []
|
|
},
|
|
{
|
|
"name": "with.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [],
|
|
"auto_dnssec": "on"
|
|
},
|
|
{
|
|
"name": "without.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [],
|
|
"auto_dnssec": "off"
|
|
}
|
|
]
|
|
}
|