dnscontrol/pkg/js/parse_tests/010-alias.json

18 lines
No EOL
317 B
JSON

{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [
{
"type": "ALIAS",
"name": "@",
"target": "foo.com."
}
]
}
]
}