mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
23 lines
451 B
JSON
23 lines
451 B
JSON
|
{
|
||
|
"registrars":[],
|
||
|
"dns_providers":[],
|
||
|
"domains":[
|
||
|
{
|
||
|
"name":"foo.com",
|
||
|
"registrar":"none",
|
||
|
"dnsProviders":{},
|
||
|
"records":[
|
||
|
{
|
||
|
"type":"TLSA",
|
||
|
"name":"_443._tcp",
|
||
|
"target":"MDFiYTQ3MTljODBiNmZlOTExYjA5MWE3YzA1MTI0YjY0ZWVlY2U5NjRlMDljMDU4ZWY4Zjk4MDVkYWNhNTQ2YiAgLQo=",
|
||
|
"tlsausage":3,
|
||
|
"tlsaselector":1,
|
||
|
"tlsamatchingtype":1
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|