dnscontrol/pkg/js/parse_tests/025-autodnssec.json
Tom Limoncelli f082ad36c8
AUTODNSSEC -> AUTODNSSEC_ON (#863)
* AUTODNSSEC -> AUTODNSSEC_ON
* Validate AutoDNSSEC values
* AUTODNSSEC now generates a warning and does nothing.
2020-09-27 16:37:42 -04:00

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"
}
]
}