mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 20:08:31 +08:00
43 lines
No EOL
781 B
JSON
43 lines
No EOL
781 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 300
|
|
},
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 300
|
|
},
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 180
|
|
},
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 10800
|
|
},
|
|
{
|
|
"type": "A",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 259200
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |