dnscontrol/pkg/js/parse_tests/019-ignored-records.json

15 lines
231 B
JSON
Raw Normal View History

{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [],
"ignored_labels": [
"testignore"
]
}
]
}