forked from critical/dns-zones
Add A record for eu.cacert.org (which is actually cacert.eu),
to show that the IPv4 address in our range is taken. Add IPv6 address, SSHFP and PTR records for hopper.cacert.org. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2533 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
7935fda852
commit
3234773ffd
4 changed files with 30 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for reverse IPv6 for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: 2001:07b8:616.ip6,v 1.3 2013/12/09 14:00:49 root Exp $
|
||||
; @(#)(CAcert) $Id: 2001:07b8:616.ip6,v 1.4 2014/01/26 09:19:46 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2013120902 ; Serial
|
||||
2014012601 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -15,3 +15,4 @@ $TTL 12h ; default TTL for zone data
|
|||
@ IN NS ns5.cacert.org.
|
||||
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR dummy.cacert.org.
|
||||
0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.2.6.1.0 PTR hopper.cacert.org.
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/2001:07b8:616.ip6,v
|
||||
Working file: /var/opendnssec/unsigned/2001:07b8:616.ip6
|
||||
head: 1.3
|
||||
head: 1.4
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 3; selected revisions: 3
|
||||
total revisions: 4; selected revisions: 4
|
||||
description:
|
||||
2001:07b8:616.ip6 - zone file for reverse IPv6 of cacert.org
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 2014/01/26 09:19:46; author: root; state: Exp; lines: +3 -2
|
||||
Add PTR record for hopper.cacert.org.
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 2013/12/09 14:00:49; author: root; state: Exp; lines: +3 -5
|
||||
Back out previous change, it was a mistake.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.68 2013/12/20 16:04:43 root Exp $
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.71 2014/01/25 16:50:15 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2013122001 ; Serial
|
||||
2014012502 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -50,7 +50,11 @@ crl IN A 213.154.225.236
|
|||
dev IN A 78.46.255.66
|
||||
email IN A 213.154.225.228
|
||||
emailout IN A 213.154.225.239
|
||||
eu IN A 213.154.225.242
|
||||
finance IN CNAME board.cacert.org.
|
||||
hopper IN AAAA 2001:7b8:616:0162::100
|
||||
hopper IN SSHFP 1 1 22f35bfddd356b119c1555c3bf4f86edd8ae8dfd
|
||||
hopper IN SSHFP 2 1 026d7dda6753c2d8810466336fe758d37aed899d
|
||||
infrastructure IN A 213.154.225.230
|
||||
irc IN A 213.154.225.233
|
||||
issue IN A 213.154.225.244
|
||||
|
|
|
@ -1,16 +1,29 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.68
|
||||
head: 1.71
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 68; selected revisions: 68
|
||||
total revisions: 71; selected revisions: 71
|
||||
description:
|
||||
cacert.org - zone file for cacert.org
|
||||
----------------------------
|
||||
revision 1.71
|
||||
date: 2014/01/25 16:50:15; author: root; state: Exp; lines: +4 -2
|
||||
Add SSHFP records for hopper.
|
||||
----------------------------
|
||||
revision 1.70
|
||||
date: 2014/01/25 16:46:14; author: root; state: Exp; lines: +3 -2
|
||||
Add IPv6 address for hopper.cacert.org.
|
||||
----------------------------
|
||||
revision 1.69
|
||||
date: 2014/01/23 15:37:34; author: root; state: Exp; lines: +3 -2
|
||||
Add A record for eu.cacert.org (which is actually cacert.eu),
|
||||
to show that the IPv4 address in our range is taken.
|
||||
----------------------------
|
||||
revision 1.68
|
||||
date: 2013/12/20 16:04:43; author: root; state: Exp; lines: +2 -4
|
||||
Drop wwwmail (mail name for www server) from the DNS.
|
||||
|
|
Loading…
Reference in a new issue