mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 08:02:58 +08:00
36 lines
609 B
JSON
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"
|
|
}
|
|
]
|
|
}
|