mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 03:48:11 +08:00
37 lines
723 B
JSON
37 lines
723 B
JSON
|
{
|
||
|
"registrars": [],
|
||
|
"dns_providers": [],
|
||
|
"domains": [
|
||
|
{
|
||
|
"name": "foo.com",
|
||
|
"registrar": "none",
|
||
|
"dnsProviders": {},
|
||
|
"records": [
|
||
|
{
|
||
|
"type": "AZURE_ALIAS",
|
||
|
"name": "atest",
|
||
|
"target": "foo.com.",
|
||
|
"azure_alias": {
|
||
|
"type": "A"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"type": "AZURE_ALIAS",
|
||
|
"name": "aaaatest",
|
||
|
"target": "foo.com.",
|
||
|
"azure_alias": {
|
||
|
"type": "AAAA"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"type": "AZURE_ALIAS",
|
||
|
"name": "cnametest",
|
||
|
"target": "foo.com.",
|
||
|
"azure_alias": {
|
||
|
"type": "CNAME"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|