2017-07-26 02:59:40 +08:00
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"registrars": [],
|
2018-12-14 00:46:43 +08:00
|
|
|
"dns_providers": [],
|
|
|
|
"domains": [
|
2017-07-26 02:59:40 +08:00
|
|
|
{
|
2018-12-14 00:46:43 +08:00
|
|
|
"name": "foo.com",
|
2018-12-19 23:19:50 +08:00
|
|
|
"registrar": "none",
|
|
|
|
"dnsProviders": {},
|
2018-12-14 00:46:43 +08:00
|
|
|
"records": [
|
2017-07-26 02:59:40 +08:00
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "CAA",
|
2018-12-14 00:46:43 +08:00
|
|
|
"name": "@",
|
|
|
|
"target": "letsencrypt.org",
|
2018-12-19 23:19:50 +08:00
|
|
|
"caatag": "issue"
|
2017-07-26 02:59:40 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "CAA",
|
2018-12-14 00:46:43 +08:00
|
|
|
"name": "@",
|
|
|
|
"target": ";",
|
2018-12-19 23:19:50 +08:00
|
|
|
"caatag": "issuewild"
|
2017-07-26 02:59:40 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "CAA",
|
2018-12-14 00:46:43 +08:00
|
|
|
"name": "@",
|
|
|
|
"target": "mailto:test@example.com",
|
2018-12-19 23:19:50 +08:00
|
|
|
"caatag": "iodef",
|
|
|
|
"caaflag": 128
|
2017-07-26 02:59:40 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "CAA",
|
2018-12-14 00:46:43 +08:00
|
|
|
"name": "@",
|
|
|
|
"target": "http://example.com",
|
2018-12-19 23:19:50 +08:00
|
|
|
"caatag": "iodef"
|
2017-07-26 02:59:40 +08:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 23:19:50 +08:00
|
|
|
"type": "CAA",
|
2018-12-14 00:46:43 +08:00
|
|
|
"name": "@",
|
|
|
|
"target": "https://example.com",
|
2018-12-19 23:19:50 +08:00
|
|
|
"caatag": "iodef",
|
|
|
|
"caaflag": 128
|
2017-07-26 02:59:40 +08:00
|
|
|
}
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2017-07-26 02:59:40 +08:00
|
|
|
}
|
2018-12-19 23:19:50 +08:00
|
|
|
]
|
2020-10-08 02:27:33 +08:00
|
|
|
}
|