mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
35 lines
628 B
JSON
35 lines
628 B
JSON
{
|
|
"registrars": [],
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"name": "foo.com",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [],
|
|
"meta": {
|
|
"zone_id": "Z2FTEDLFRTZ"
|
|
}
|
|
},
|
|
{
|
|
"name": "foo.com!internal",
|
|
"registrar": "none",
|
|
"dnsProviders": {},
|
|
"records": [
|
|
{
|
|
"type": "R53_ALIAS",
|
|
"name": "atest",
|
|
"r53_alias": {
|
|
"type": "A",
|
|
"zone_id": "Z2FTEDLFRTZ"
|
|
},
|
|
"target": "foo.com."
|
|
}
|
|
],
|
|
"meta": {
|
|
"zone_id": "Z2FTEDLFRTF"
|
|
}
|
|
}
|
|
]
|
|
}
|