mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* AUTODNSSEC -> AUTODNSSEC_ON * Validate AutoDNSSEC values * AUTODNSSEC now generates a warning and does nothing.
27 lines
462 B
JSON
27 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"
|
|
}
|
|
]
|
|
}
|