forked from critical/dns-zones
Merge pull request 'Add AAAA RR for cacert.com and cacert.net' (#3) from add-missing-aaaa-records into main
Reviewed-on: critical/dns-zones#3
This commit is contained in:
commit
f70ee9f182
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
$ORIGIN .
|
||||
cacert.com 43200 IN A 213.154.225.245
|
||||
cacert.com 43200 IN AAAA 2001:7b8:3:9c::245
|
||||
cacert.com 43200 IN CAA 0 iodef "mailto:critical-admin@cacert.org"
|
||||
cacert.com 43200 IN CAA 0 issue "cacert.org"
|
||||
cacert.com 43200 IN CAA 0 issuewild "cacert.org"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$ORIGIN .
|
||||
cacert.net 43200 IN A 213.154.225.245
|
||||
cacert.net 43200 IN AAAA 2001:7b8:3:9c::245
|
||||
cacert.net 43200 IN CAA 0 issue "cacert.org"
|
||||
cacert.net 43200 IN CAA 0 issuewild "cacert.org"
|
||||
cacert.net 43200 IN CAA 0 iodef "mailto:critical-admin@cacert.org"
|
||||
|
|
Loading…
Reference in a new issue