dnscontrol/pkg/js/parse_tests/013-mx.json

19 lines
No EOL
310 B
JSON

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