mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +08:00
52 lines
1 KiB
JSON
52 lines
1 KiB
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_tag": "",
|
|
"dnscontrol_uniquename": "foo.com"
|
|
},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"filepos": "[line:2:5]",
|
|
"name": "@",
|
|
"target": "1.2.3.4",
|
|
"ttl": 300,
|
|
"type": "A"
|
|
},
|
|
{
|
|
"filepos": "[line:3:5]",
|
|
"name": "a",
|
|
"target": "1.2.3.5",
|
|
"ttl": 300,
|
|
"type": "A"
|
|
},
|
|
{
|
|
"filepos": "[line:4:5]",
|
|
"name": "b",
|
|
"target": "1.2.3.6",
|
|
"ttl": 180,
|
|
"type": "A"
|
|
},
|
|
{
|
|
"filepos": "[line:5:5]",
|
|
"name": "c",
|
|
"target": "1.2.3.7",
|
|
"ttl": 10800,
|
|
"type": "A"
|
|
},
|
|
{
|
|
"filepos": "[line:6:5]",
|
|
"name": "d",
|
|
"target": "1.2.3.8",
|
|
"ttl": 259200,
|
|
"type": "A"
|
|
}
|
|
],
|
|
"registrar": "none"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|