mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 17:38:13 +08:00
45 lines
No EOL
929 B
JSON
45 lines
No EOL
929 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
|
|
}
|
|
],
|
|
|
|
"keepunknown": false
|
|
}
|
|
]
|
|
} |