forked from critical/dns-zones
Add A record for hopper.
Add additional SSHFP records for hopper. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2580 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
acc6312310
commit
0a3250a333
2 changed files with 14 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.85 2014/08/24 08:58:27 root Exp $
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.86 2014/09/02 13:27:42 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2014082401 ; Serial
|
||||
2014090201 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -94,9 +94,14 @@ git IN A 213.154.225.250
|
|||
git IN SSHFP 1 1 23c7622d6db5822c809152c1c0fd9ea7838f76c6
|
||||
git IN SSHFP 2 1 8509db491902fe10ab84c8f24b02f10c1adf0e7f
|
||||
|
||||
hopper IN A 213.136.19.144
|
||||
hopper IN AAAA 2001:7b8:616:0162::100
|
||||
hopper IN SSHFP 1 1 22f35bfddd356b119c1555c3bf4f86edd8ae8dfd
|
||||
hopper IN SSHFP 1 2 042deedfa930b876160c2b971a6b7ffc131fea5b77107ec1d501baceb7794729
|
||||
hopper IN SSHFP 2 1 026d7dda6753c2d8810466336fe758d37aed899d
|
||||
hopper IN SSHFP 2 2 cfcc8e6cf5d7b9d8c634f464db923b334d40a71dc6671f9ae493661d4b4265cd
|
||||
hopper IN SSHFP 3 1 af94587277ed2d6b907b2fe99ddb3dd788003afa
|
||||
hopper IN SSHFP 3 2 5294698d5aedaf58a896e836e8c7cf49c1d6e7ba4e888ff45ee905c33aa52a4a
|
||||
|
||||
infrastructure IN A 213.154.225.230
|
||||
infrastructure IN SSHFP 1 1 5a82d3c150af002c05784f73250a067053aeed63
|
||||
|
|
|
@ -1,16 +1,21 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.85
|
||||
head: 1.86
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 85; selected revisions: 85
|
||||
total revisions: 86; selected revisions: 86
|
||||
description:
|
||||
cacert.org - zone file for cacert.org
|
||||
----------------------------
|
||||
revision 1.86
|
||||
date: 2014/09/02 13:27:42; author: root; state: Exp; lines: +7 -2
|
||||
Add A record for hopper.
|
||||
Add additional SSHFP records for hopper.
|
||||
----------------------------
|
||||
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).
|
||||
|
|
Loading…
Reference in a new issue