1
0
Fork 0

Add IPv6 support for OCSP service.

git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2575 14b1bab8-4ef6-0310-b690-991c95c89dfd
add-secure1-alias-for-www1
wytze@deboca.net 10 years ago
parent bada7a02c3
commit acc6312310

@ -1,10 +1,10 @@
; DNS master zone file for cacert.org, under RCS control ; DNS master zone file for cacert.org, under RCS control
; @(#)(CAcert) $Id: cacert.org,v 1.84 2014/08/09 14:43:05 root Exp $ ; @(#)(CAcert) $Id: cacert.org,v 1.85 2014/08/24 08:58:27 root Exp $
$TTL 12h ; default TTL for zone data $TTL 12h ; default TTL for zone data
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. ( @ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
2014080901 ; Serial 2014082401 ; Serial
4h ; refresh time 4h ; refresh time
1h ; retry interval 1h ; retry interval
2d ; expire time 2d ; expire time
@ -143,8 +143,9 @@ ns5 IN A 192.5.4.1 ; sns-pb.isc.org
ns5 IN AAAA 2001:500:2e::1 ns5 IN AAAA 2001:500:2e::1
ocsp IN A 213.154.225.237 ocsp IN A 213.154.225.237
ocsp IN AAAA 2001:7b8:616:0163::103
ocsp1 IN A 213.154.225.237 ocsp1 IN A 213.154.225.237
ocsp-ipv6 IN AAAA 2001:7b8:616:0163::103 ocsp1 IN AAAA 2001:7b8:616:0163::103
openppm IN A 82.96.100.150 openppm IN A 82.96.100.150

@ -1,16 +1,20 @@
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
Working file: /var/opendnssec/unsigned/cacert.org Working file: /var/opendnssec/unsigned/cacert.org
head: 1.84 head: 1.85
branch: branch:
locks: strict locks: strict
access list: access list:
symbolic names: symbolic names:
keyword substitution: kv keyword substitution: kv
total revisions: 84; selected revisions: 84 total revisions: 85; selected revisions: 85
description: description:
cacert.org - zone file for cacert.org cacert.org - zone file for cacert.org
---------------------------- ----------------------------
revision 1.85
date: 2014/08/24 08:58:27; author: root; state: Exp; lines: +4 -3
Add IPv6 address for ocsp.cacert.org (replacing the experimental ocsp-ipv6 RR).
----------------------------
revision 1.84 revision 1.84
date: 2014/08/09 14:43:05; author: root; state: Exp; lines: +3 -2 date: 2014/08/09 14:43:05; author: root; state: Exp; lines: +3 -2
Add IPv6 address for crl.cacert.org. Add IPv6 address for crl.cacert.org.

Loading…
Cancel
Save