dnscontrol/pkg/js/parse_tests/017-txt.json

57 lines
1 KiB
JSON
Raw Normal View History

{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [
{
"type": "TXT",
"name": "a",
"target": "simple",
"txtstrings": [
"simple"
]
},
{
"type": "TXT",
"name": "b",
"target": "ws at end ",
"txtstrings": [
"ws at end "
]
},
{
"type": "TXT",
"name": "c",
"target": "one",
"txtstrings": [
"one"
]
},
{
"type": "TXT",
"name": "d",
"target": "bonie",
"txtstrings": [
"bonie",
"clyde"
]
},
{
"type": "TXT",
"name": "e",
"target": "straw",
"txtstrings": [
"straw",
"wood",
"brick"
]
}
]
}
]
}