mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-11 06:35:51 +08:00
44 lines
945 B
JSON
44 lines
945 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_nameraw": "foo.com",
|
|
"zone_id": "Z2FTEDLFRTZ"
|
|
},
|
|
"name": "foo.com",
|
|
"records": [],
|
|
"registrar": "none"
|
|
},
|
|
{
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_nameraw": "foo.com",
|
|
"dnscontrol_tag": "internal",
|
|
"zone_id": "Z2FTEDLFRTF"
|
|
},
|
|
"name": "foo.com",
|
|
"records": [
|
|
{
|
|
"filepos": "[line:6:5]",
|
|
"meta": {
|
|
"orig_custom_type": "R53_ALIAS"
|
|
},
|
|
"name": "atest",
|
|
"r53_alias": {
|
|
"evaluate_target_health": "false",
|
|
"type": "A",
|
|
"zone_id": "Z2FTEDLFRTZ"
|
|
},
|
|
"target": "foo.com.",
|
|
"ttl": 300,
|
|
"type": "R53_ALIAS"
|
|
}
|
|
],
|
|
"registrar": "none",
|
|
"tag": "internal"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|