mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
3
pkg/js/parse_tests/015-tlsa.js
Normal file
3
pkg/js/parse_tests/015-tlsa.js
Normal file
@@ -0,0 +1,3 @@
|
||||
D("foo.com","none",
|
||||
TLSA("_443._tcp",3,1,1,"MDFiYTQ3MTljODBiNmZlOTExYjA5MWE3YzA1MTI0YjY0ZWVlY2U5NjRlMDljMDU4ZWY4Zjk4MDVkYWNhNTQ2YiAgLQo=")
|
||||
);
|
||||
22
pkg/js/parse_tests/015-tlsa.json
Normal file
22
pkg/js/parse_tests/015-tlsa.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"registrars":[],
|
||||
"dns_providers":[],
|
||||
"domains":[
|
||||
{
|
||||
"name":"foo.com",
|
||||
"registrar":"none",
|
||||
"dnsProviders":{},
|
||||
"records":[
|
||||
{
|
||||
"type":"TLSA",
|
||||
"name":"_443._tcp",
|
||||
"target":"MDFiYTQ3MTljODBiNmZlOTExYjA5MWE3YzA1MTI0YjY0ZWVlY2U5NjRlMDljMDU4ZWY4Zjk4MDVkYWNhNTQ2YiAgLQo=",
|
||||
"tlsausage":3,
|
||||
"tlsaselector":1,
|
||||
"tlsamatchingtype":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user