forked from critical/dns-zones
1129b6e7c3
Disable sns-pba.dm1.sns.isc.org for cacert.{com,net}. Drop all records for ns5.cacert.{com,net} since ISC will be ending the secondary name service on January 31, 2020. Note: ns5.cacert.org should be dropped as well before January 31, 2020. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2741 14b1bab8-4ef6-0310-b690-991c95c89dfd
27 lines
758 B
Text
27 lines
758 B
Text
; DNS master zone file for cacert.com, under RCS control
|
|
; @(#)(CAcert) $Id: cacert.com,v 1.26 2019/10/18 08:27:48 root Exp $
|
|
|
|
$TTL 12h ; default TTL for zone data
|
|
|
|
@ 1h IN SOA ns1.cacert.com. hostmaster.cacert.com. (
|
|
2019101801 ; Serial
|
|
4h ; refresh time
|
|
1h ; retry interval
|
|
7d ; expire time
|
|
12h ) ; negative caching TTL
|
|
|
|
@ IN NS ns1.cacert.com.
|
|
@ IN NS ns3.cacert.com.
|
|
|
|
@ IN A 213.154.225.245
|
|
@ IN MX 10 email.cacert.org.
|
|
|
|
@ IN CAA 0 issue "cacert.org"
|
|
@ IN CAA 0 issuewild "cacert.org"
|
|
@ IN CAA 0 iodef "mailto:critical-admin@cacert.org"
|
|
|
|
ns1 IN A 213.154.225.251 ; ns.cacert.org
|
|
ns1 IN AAAA 2001:7b8:616:0163::102
|
|
ns3 IN A 46.249.47.169 ; mars.overmeer.net
|
|
ns3 IN AAAA 2a00:1ca8:2a::31
|
|
www IN CNAME cacert.com.
|