dnscontrol/pkg/js/parse_tests/025-autodnssec.json
2025-12-08 10:02:45 -05:00

44 lines
1 KiB
JSON

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"meta": {
"dnscontrol_nameraw": "nothing.com",
"dnscontrol_nameunicode": "nothing.com",
"dnscontrol_uniquename": "nothing.com"
},
"name": "nothing.com",
"records": [],
"registrar": "none",
"uniquename": "nothing.com"
},
{
"auto_dnssec": "on",
"dnsProviders": {},
"meta": {
"dnscontrol_nameraw": "with.com",
"dnscontrol_nameunicode": "with.com",
"dnscontrol_uniquename": "with.com"
},
"name": "with.com",
"records": [],
"registrar": "none",
"uniquename": "with.com"
},
{
"auto_dnssec": "off",
"dnsProviders": {},
"meta": {
"dnscontrol_nameraw": "without.com",
"dnscontrol_nameunicode": "without.com",
"dnscontrol_uniquename": "without.com"
},
"name": "without.com",
"records": [],
"registrar": "none",
"uniquename": "without.com"
}
],
"registrars": []
}