forked from critical/dns-zones
Add two CNAME records per e-mail request from Mario Lipinski on 23.02.2014.
git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2548 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
d417978a99
commit
4c2106515c
2 changed files with 12 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.77 2014/02/08 12:20:55 root Exp $
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.78 2014/02/23 20:39:43 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2014020801 ; Serial
|
||||
2014022301 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -65,6 +65,8 @@ cats IN A 213.154.225.243
|
|||
cats IN SSHFP 1 1 d29d4cc4662d5cb5f42c02823ca8677f05439589
|
||||
cats IN SSHFP 2 1 0342eb1e7325eb90a1c0483de3d6597e36e569c8
|
||||
|
||||
coaudit IN CNAME infrastructure.cacert.org.
|
||||
|
||||
community-vpn IN A 78.47.142.76
|
||||
|
||||
crl IN A 213.154.225.236
|
||||
|
@ -133,6 +135,8 @@ ns5 IN AAAA 2001:500:2e::1
|
|||
ocsp IN A 213.154.225.237
|
||||
ocsp1 IN A 213.154.225.237
|
||||
|
||||
pgpkeys IN CNAME infrastructure.cacert.org.
|
||||
|
||||
secure IN A 213.154.225.246
|
||||
secure IN AAAA 2001:7b8:3:9c::246
|
||||
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.77
|
||||
head: 1.78
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 77; selected revisions: 77
|
||||
total revisions: 78; selected revisions: 78
|
||||
description:
|
||||
cacert.org - zone file for 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.
|
||||
----------------------------
|
||||
revision 1.77
|
||||
date: 2014/02/08 12:20:55; author: root; state: Exp; lines: +4 -4
|
||||
Remove SSHFP records for monitor.cacert.org, because they are illegal: monitor is a CNAME.
|
||||
|
|
Loading…
Reference in a new issue