github.com/StackExchange/dnscontrol/v4@v4.11.0/pkg/js/parse_tests/025-autodnssec.json (about) 1 { 2 "registrars": [], 3 "dns_providers": [], 4 "domains": [ 5 { 6 "name": "nothing.com", 7 "registrar": "none", 8 "dnsProviders": {}, 9 "records": [] 10 }, 11 { 12 "name": "with.com", 13 "registrar": "none", 14 "dnsProviders": {}, 15 "records": [], 16 "auto_dnssec": "on" 17 }, 18 { 19 "name": "without.com", 20 "registrar": "none", 21 "dnsProviders": {}, 22 "records": [], 23 "auto_dnssec": "off" 24 } 25 ] 26 }