1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Tom Limoncelli 6443a31ca8 Fix REV and PTR (#979)
* Fix REV and PTR
2020-12-03 08:33:37 -05:00

80 lines
1.6 KiB
JSON

{
"dns_providers": [
{
"name": "bind",
"type": "BIND"
}
],
"domains": [
{
"dnsProviders": {
"bind": -1
},
"name": "3.2.1.in-addr.arpa",
"records": [
{
"name": "1",
"target": "foo.example.com.",
"type": "PTR"
},
{
"name": "1.2.3.2",
"target": "bar.example.com.",
"type": "PTR"
},
{
"meta": {
"skip_fqdn_check": "true"
},
"name": "3.3.2.1.in-addr.arpa",
"target": "baz.example.com.",
"type": "PTR"
},
{
"name": "4",
"subdomain": "4",
"target": "silly.example.com.",
"type": "PTR"
},
{
"name": "1.2.3.5",
"subdomain": "5",
"target": "willy.example.com.",
"type": "PTR"
},
{
"name": "6.3.2.1.in-addr.arpa",
"subdomain": "6",
"target": "billy.example.com.",
"type": "PTR"
},
{
"name": "7",
"target": "my.example.com.",
"type": "PTR"
},
{
"name": "1.2.3.8",
"target": "fair.example.com.",
"type": "PTR"
},
{
"meta": {
"skip_fqdn_check": "true"
},
"name": "9.3.2.1.in-addr.arpa",
"target": "lady.example.com.",
"type": "PTR"
}
],
"registrar": "none"
}
],
"registrars": [
{
"name": "none",
"type": "NONE"
}
]
}