dnscontrol/pkg/js/parse_tests/033-revextend.json
Tom Limoncelli 6443a31ca8
Fix REV and PTR (#979)
* Fix REV and PTR
2020-12-03 08:33:37 -05:00

36 lines
609 B
JSON

{
"dns_providers": [
{
"name": "bind",
"type": "BIND"
}
],
"domains": [
{
"dnsProviders": {
"bind": -1
},
"name": "3.1.in-addr.arpa",
"records": [
{
"name": "1.3.1.in-addr.arpa",
"target": "ns1.example.com.",
"type": "NS"
},
{
"name": "2.3.1.in-addr.arpa",
"subdomain": "2",
"target": "ns2.example.org.",
"type": "NS"
}
],
"registrar": "none"
}
],
"registrars": [
{
"name": "none",
"type": "NONE"
}
]
}