mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-14 19:37:43 +08:00
884118f6dd
* Add support for Alias in Azure * Actioned comments and added parse tests * GetTargetDebug * Go formatting
37 lines
No EOL
723 B
JSON
37 lines
No EOL
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |