mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-15 03:48:11 +08:00
06404fdcf9
* Update helpers.js CAA_CRITICAL flag=128 (#318) CAA flag "Issuer Critical Flag" sets first bit (bit 0) to 1 where bit 0 is the 8th bit in the flag, so it's doing the change by left shift 7 positions the value 1. * Change caa tests Apply changes for Travis-CI, now caaflag must be 128 instead of 1. * generated static.go and matrix.html
45 lines
890 B
JSON
45 lines
890 B
JSON
{
|
|
"registrars":[],
|
|
"dns_providers":[],
|
|
"domains":[
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|