1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2018-12-19 10:22:21 -05:00
parent f83b624ea1
commit a5e14a5f93

View File

@@ -8,12 +8,36 @@
"dnsProviders": {},
"records": [
{
"type": "TLSA",
"name": "_443._tcp",
"target": "MDFiYTQ3MTljODBiNmZlOTExYjA5MWE3YzA1MTI0YjY0ZWVlY2U5NjRlMDljMDU4ZWY4Zjk4MDVkYWNhNTQ2YiAgLQo=",
"tlsausage": 3,
"tlsaselector": 1,
"tlsamatchingtype": 1
"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
}
]
}