mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 09:59:59 +08:00
38 lines
742 B
JSON
38 lines
742 B
JSON
|
{
|
||
|
"registrars": [],
|
||
|
"dns_providers": [],
|
||
|
"domains": [
|
||
|
{
|
||
|
"name": "foo.com",
|
||
|
"registrar": "none",
|
||
|
"dnsProviders": {},
|
||
|
"records": [
|
||
|
{
|
||
|
"type": "TXT",
|
||
|
"name": "@",
|
||
|
"target": "simple",
|
||
|
"txtstrings": [ "simple" ]
|
||
|
},
|
||
|
{
|
||
|
"type": "TXT",
|
||
|
"name": "@",
|
||
|
"target": "one",
|
||
|
"txtstrings": [ "one" ]
|
||
|
},
|
||
|
{
|
||
|
"type": "TXT",
|
||
|
"name": "@",
|
||
|
"target": "bonie",
|
||
|
"txtstrings": [ "bonie", "clyde" ]
|
||
|
},
|
||
|
{
|
||
|
"type": "TXT",
|
||
|
"name": "@",
|
||
|
"target": "straw",
|
||
|
"txtstrings": [ "straw", "wood", "brick" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|