mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 20:08:31 +08:00
24 lines
387 B
JSON
24 lines
387 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"ns_ttl": "86400"
|
|
},
|
|
"records": []
|
|
},
|
|
{
|
|
"name": "bar.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"ns_ttl": "300"
|
|
},
|
|
"records": []
|
|
}
|
|
]
|
|
}
|