forked from critical/dns-zones
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
This commit is contained in:
parent
bada7a02c3
commit
acc6312310
2 changed files with 10 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
; 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
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2014080901 ; Serial
|
||||
2014082401 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
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
|
||||
|
||||
ocsp IN A 213.154.225.237
|
||||
ocsp IN AAAA 2001:7b8:616:0163::103
|
||||
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
|
||||
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.84
|
||||
head: 1.85
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 84; selected revisions: 84
|
||||
total revisions: 85; selected revisions: 85
|
||||
description:
|
||||
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
|
||||
date: 2014/08/09 14:43:05; author: root; state: Exp; lines: +3 -2
|
||||
Add IPv6 address for crl.cacert.org.
|
||||
|
|
Loading…
Reference in a new issue