1
0
Fork 0

Revert nameservers for cacert.org

The registrar change to joker has been finished. This commit reverts the
NS records back to ns*.cacert.org.

This reverts commit decdd833ac.
add-secure1-alias-for-www1
Jan Dittberner 1 year ago
parent ce333c9c21
commit 89f7eaee9c

@ -1,7 +1,7 @@
$ORIGIN .
; vim: set ft=dns noet:
; records in domain cacert.org
cacert.org 43200 IN SOA ns1.cacert.net hostmaster.cacert.org 2022102005 14400 3600 604800 43200
cacert.org 43200 IN SOA ns1.cacert.org hostmaster.cacert.org 2022102005 14400 3600 604800 43200
cacert.org 43200 IN A 213.154.225.245
cacert.org 43200 IN AAAA 2001:7b8:3:9c::245
@ -13,10 +13,10 @@ cacert.org 43200 IN CAA 0 iodef "mailto:critical-admin@cacert.org"
cacert.org 43200 IN MX 10 email.cacert.org.
cacert.org 43200 IN NS ns1.cacert.net.
cacert.org 43200 IN NS ns5.cacert.net.
cacert.org 43200 IN NS ns2.cacert.net.
cacert.org 43200 IN NS ns4.cacert.net.
cacert.org 43200 IN NS ns1.cacert.org.
cacert.org 43200 IN NS ns5.cacert.org.
cacert.org 43200 IN NS ns2.cacert.org.
cacert.org 43200 IN NS ns4.cacert.org.
; SPF and DKIM
; SPF allows www, secure, www1, email, infra02, emailout, ping

Loading…
Cancel
Save