dnscontrol/pkg/js/parse_tests/024-json-import.json
2019-05-23 09:26:40 -04:00

18 lines
No EOL
278 B
JSON

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