dnscontrol/pkg/js/parse_tests/026-azure-alias.json

37 lines
723 B
JSON
Raw Normal View History

{
"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"
}
}
]
}
]
}