forked from critical/dns-zones
Update SSHFP records for emailout per e-mail from Jan Dittberner on 02.02.2015.
git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2597 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
cbaf82b142
commit
462ded1819
2 changed files with 14 additions and 6 deletions
12
cacert.org
12
cacert.org
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.90 2015/01/28 14:22:19 root Exp $
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.91 2015/02/03 08:13:56 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2015012801 ; Serial
|
||||
2015020301 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -89,8 +89,12 @@ email IN SSHFP 2 1 73b0d8acb492a7187016dd3c5fc1519b309a550f
|
|||
community IN CNAME email.cacert.org.
|
||||
|
||||
emailout IN A 213.154.225.239
|
||||
emailout IN SSHFP 1 1 07414db5fbfd102c6cd497228748df70406a642b
|
||||
emailout IN SSHFP 2 1 ab2cf20c0064ea415e8d8a1e339e36e3ce27741d
|
||||
emailout IN SSHFP 1 1 1ba1ab632911e8a68a69521130120695086d858c
|
||||
emailout IN SSHFP 1 2 6e50d5b2034006b69eb7ba19d3f3fd2c48015bea2bb3d5e2a0f8cf25ff030055
|
||||
emailout IN SSHFP 2 1 0e8888352604dbd1cc4d201bc1e985d80b9cf752
|
||||
emailout IN SSHFP 2 2 a7402f014b47b805663c904dabbc9590db7d8d0f350cea6d9f63e12bc27bac0c
|
||||
emailout IN SSHFP 3 1 527004f2091d2cef2c28b5f8241fc0e76307b2ba
|
||||
emailout IN SSHFP 3 2 9094dcf8860523a83542ec4cc46fbcfed396f5525bc202cfecf42d1a7044136d
|
||||
|
||||
eu IN A 213.154.225.242
|
||||
web IN A 213.154.225.242
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.90
|
||||
head: 1.91
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 90; selected revisions: 90
|
||||
total revisions: 91; selected revisions: 91
|
||||
description:
|
||||
cacert.org - zone file for cacert.org
|
||||
----------------------------
|
||||
revision 1.91
|
||||
date: 2015/02/03 08:13:56; author: root; state: Exp; lines: +8 -4
|
||||
Update SSHFP records for emailout per e-mail from Jan Dittberner on 02.02.2015.
|
||||
----------------------------
|
||||
revision 1.90
|
||||
date: 2015/01/28 14:22:19; author: root; state: Exp; lines: +18 -2
|
||||
Add A and SSHFP records for web, funding, webstatic per e-mail request from Jan Dittberner.
|
||||
|
|
Loading…
Reference in a new issue