forked from critical/dns-zones
Add experimental AAAA record for ocsp-ipv6.cacert.org.
Add some missing SSHFP records for infrastructure.cacert.org. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2559 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
4c2106515c
commit
5e86a71ef5
2 changed files with 17 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.78 2014/02/23 20:39:43 root Exp $
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.80 2014/05/30 15:29:52 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2014022301 ; Serial
|
||||
2014053001 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -94,7 +94,11 @@ hopper IN SSHFP 2 1 026d7dda6753c2d8810466336fe758d37aed899d
|
|||
|
||||
infrastructure IN A 213.154.225.230
|
||||
infrastructure IN SSHFP 1 1 5a82d3c150af002c05784f73250a067053aeed63
|
||||
infrastructure IN SSHFP 1 2 63b0d74a3f1ce61865a5eb0497ef05243bc4067ec983c69ab8e62f3cb940cc82
|
||||
infrastructure IN SSHFP 2 1 af8d8e3386eaa72997709632adf2b457e6fef0dc
|
||||
infrastructure IN SSHFP 2 2 3a0188fc47d1fdd14d70a2fb78f51792d06ba11eae6ab16e73cb7bb8dd6a0dc8
|
||||
infrastructure IN SSHFP 3 1 3e1b9ebf85b726cf831c76ecb8c17786aedf40e8
|
||||
infrastructure IN SSHFP 3 2 3ae7f0035c2172977e99bfe312c7a8299650dea16a975ea13eece8fda426062a
|
||||
|
||||
irc IN A 213.154.225.233
|
||||
irc IN SSHFP 1 1 c123f73001682277de5346923518d17cc94e298e
|
||||
|
@ -134,6 +138,7 @@ ns5 IN AAAA 2001:500:2e::1
|
|||
|
||||
ocsp IN A 213.154.225.237
|
||||
ocsp1 IN A 213.154.225.237
|
||||
ocsp-ipv6 IN AAAA 2001:7b8:616:0163::103
|
||||
|
||||
pgpkeys IN CNAME infrastructure.cacert.org.
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.78
|
||||
head: 1.80
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 78; selected revisions: 78
|
||||
total revisions: 80; selected revisions: 80
|
||||
description:
|
||||
cacert.org - zone file for cacert.org
|
||||
----------------------------
|
||||
revision 1.80
|
||||
date: 2014/05/30 15:29:52; author: root; state: Exp; lines: +6 -2
|
||||
Add some missing SSHFP records for infrastructure.cacert.org.
|
||||
----------------------------
|
||||
revision 1.79
|
||||
date: 2014/04/07 14:12:09; author: root; state: Exp; lines: +3 -2
|
||||
Add experimental AAAA record for ocsp-ipv6.cacert.org.
|
||||
----------------------------
|
||||
revision 1.78
|
||||
date: 2014/02/23 20:39:43; author: root; state: Exp; lines: +6 -2
|
||||
Add two CNAME records per e-mail request from Mario Lipinski on 23.02.2014.
|
||||
|
|
Loading…
Reference in a new issue