dnscontrol/pkg/js/parse_tests/015-tlsa.json

23 lines
451 B
JSON
Raw Normal View History

2017-09-15 21:03:29 +08:00
{
"registrars":[],
"dns_providers":[],
"domains":[
{
"name":"foo.com",
"registrar":"none",
"dnsProviders":{},
"records":[
{
"type":"TLSA",
"name":"_443._tcp",
"target":"MDFiYTQ3MTljODBiNmZlOTExYjA5MWE3YzA1MTI0YjY0ZWVlY2U5NjRlMDljMDU4ZWY4Zjk4MDVkYWNhNTQ2YiAgLQo=",
"tlsausage":3,
"tlsaselector":1,
"tlsamatchingtype":1
}
]
}
]
}