1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Fix TLSA parse_test.

This commit is contained in:
Tom Limoncelli
2019-01-11 10:34:13 -05:00
parent 12010ba0cd
commit 1b1f37da9d

View File

@ -1,45 +1,23 @@
{
"registrars": [],
"dns_providers": [],
"domains": [
"registrars":[],
"dns_providers":[],
"domains":
[
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [
"name":"foo.com",
"registrar":"none",
"dnsProviders":{},
"records":
[
{
"type": "CAA",
"name": "@",
"target": "letsencrypt.org",
"caatag": "issue"
},
{
"type": "CAA",
"name": "@",
"target": ";",
"caatag": "issuewild"
},
{
"type": "CAA",
"name": "@",
"target": "mailto:test@example.com",
"caatag": "iodef",
"caaflag": 128
},
{
"type": "CAA",
"name": "@",
"target": "http://example.com",
"caatag": "iodef"
},
{
"type": "CAA",
"name": "@",
"target": "https://example.com",
"caatag": "iodef",
"caaflag": 128
"type":"TLSA",
"name":"_443._tcp",
"target":"MDFiYTQ3MTljODBiNmZlOTExYjA5MWE3YzA1MTI0YjY0ZWVlY2U5NjRlMDljMDU4ZWY4Zjk4MDVkYWNhNTQ2YiAgLQo=",
"tlsausage":3,
"tlsaselector":1,
"tlsamatchingtype":1
}
]
}
]
}
}