forked from critical/dns-zones
af9fc0a42c
Re-enable IPv6 address for ns3.cacert.com and ns.cacert.net.. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2726 14b1bab8-4ef6-0310-b690-991c95c89dfd
30 lines
849 B
Text
30 lines
849 B
Text
; DNS master zone file for cacert.com, under RCS control
|
|
; @(#)(CAcert) $Id: cacert.com,v 1.25 2019/06/06 08:41:38 root Exp $
|
|
|
|
$TTL 12h ; default TTL for zone data
|
|
|
|
@ 1h IN SOA ns1.cacert.com. hostmaster.cacert.com. (
|
|
2019060601 ; 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 NS ns5.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
|
|
ns5 IN A 192.5.4.1 ; sns-pb.isc.org
|
|
ns5 IN AAAA 2001:500:2e::1
|
|
www IN CNAME cacert.com.
|