forked from critical/dns-zones
Turn off TSIG for mars.overmeer.net because this server has been upgraded to OpenSUSE 15.0.
The bind 9.11.2 contained in that release appears to be incompatible with respect to TSIG handling with our NSD 4.1.12. Note that bind 9,9 and bind 9.10 work just fine ... Upgrade nsd to new release: 4.1.23. Update IPv6 address for hopper.cacert.org. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2714 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
660fb8dff6
commit
76cdf889a6
2 changed files with 9 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
; DNS master zone file for cacert.org, under RCS control
|
; DNS master zone file for cacert.org, under RCS control
|
||||||
; @(#)(CAcert) $Id: cacert.org,v 1.115 2018/05/02 12:48:09 root Exp $
|
; @(#)(CAcert) $Id: cacert.org,v 1.116 2018/06/25 15:35:40 root Exp $
|
||||||
|
|
||||||
$TTL 12h ; default TTL for zone data
|
$TTL 12h ; default TTL for zone data
|
||||||
|
|
||||||
@ 1h IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
@ 1h IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||||
2018050201 ; Serial
|
2018062501 ; Serial
|
||||||
4h ; refresh time
|
4h ; refresh time
|
||||||
1h ; retry interval
|
1h ; retry interval
|
||||||
7d ; expire time
|
7d ; expire time
|
||||||
|
@ -126,7 +126,7 @@ git IN SSHFP 4 1 13d611007b43d073cf4d89784510398116623eb7
|
||||||
git IN SSHFP 4 2 40a61a25488fe01c056eaaff703ef0ff9c6b01bee00580a91b95741dfaa59751
|
git IN SSHFP 4 2 40a61a25488fe01c056eaaff703ef0ff9c6b01bee00580a91b95741dfaa59751
|
||||||
|
|
||||||
hopper IN A 213.136.19.144
|
hopper IN A 213.136.19.144
|
||||||
hopper IN AAAA 2001:7b8:616:0162::100
|
hopper IN AAAA 2001:7b8:616:0163::100
|
||||||
hopper IN SSHFP 1 1 0632f537b79c8c7216a56b5da37aadfca3ff2b0c
|
hopper IN SSHFP 1 1 0632f537b79c8c7216a56b5da37aadfca3ff2b0c
|
||||||
hopper IN SSHFP 1 2 ddf6635ae5d9136d249a6ec55dc14dedc80ed68af5916c4b479eabdacb4d9fb7
|
hopper IN SSHFP 1 2 ddf6635ae5d9136d249a6ec55dc14dedc80ed68af5916c4b479eabdacb4d9fb7
|
||||||
hopper IN SSHFP 2 1 592affda35b209147e17d6a3b2c38c37371061e1
|
hopper IN SSHFP 2 1 592affda35b209147e17d6a3b2c38c37371061e1
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
|
|
||||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||||
Working file: /var/opendnssec/unsigned/cacert.org
|
Working file: /var/opendnssec/unsigned/cacert.org
|
||||||
head: 1.115
|
head: 1.116
|
||||||
branch:
|
branch:
|
||||||
locks: strict
|
locks: strict
|
||||||
access list:
|
access list:
|
||||||
symbolic names:
|
symbolic names:
|
||||||
keyword substitution: kv
|
keyword substitution: kv
|
||||||
total revisions: 115; selected revisions: 115
|
total revisions: 116; selected revisions: 116
|
||||||
description:
|
description:
|
||||||
cacert.org - zone file for cacert.org
|
cacert.org - zone file for cacert.org
|
||||||
----------------------------
|
----------------------------
|
||||||
|
revision 1.116
|
||||||
|
date: 2018/06/25 15:35:40; author: root; state: Exp; lines: +3 -3
|
||||||
|
Update IPv6 address for hopper.cacert.org.
|
||||||
|
----------------------------
|
||||||
revision 1.115
|
revision 1.115
|
||||||
date: 2018/05/02 12:48:09; author: root; state: Exp; lines: +3 -3
|
date: 2018/05/02 12:48:09; author: root; state: Exp; lines: +3 -3
|
||||||
Update CAA record to contain a valid mailto: URL.
|
Update CAA record to contain a valid mailto: URL.
|
||||||
|
|
Loading…
Reference in a new issue