mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +08:00
38 lines
687 B
JSON
38 lines
687 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"type": "A"
|
|
},
|
|
{
|
|
"name": "A",
|
|
"target": "foo.com.",
|
|
"type": "CNAME"
|
|
},
|
|
{
|
|
"name": "C",
|
|
"target": "foo.com.",
|
|
"type": "CNAME"
|
|
},
|
|
{
|
|
"name": "D",
|
|
"target": "foo.com.",
|
|
"type": "CNAME"
|
|
},
|
|
{
|
|
"name": "B",
|
|
"target": "foo.com.",
|
|
"type": "CNAME"
|
|
}
|
|
],
|
|
"registrar": "none"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|