forked from critical/dns-zones
Remove A record for hashserver service which has been shut down.
git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2363 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
ef4f5fb100
commit
65da9bc2cf
2 changed files with 8 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.49 2012/03/29 15:35:37 root Exp $
|
; @(#)(CAcert) $Id: cacert.org,v 1.50 2012/03/30 09:34:19 root Exp $
|
||||||
|
|
||||||
$TTL 12h ; default TTL for zone data
|
$TTL 12h ; default TTL for zone data
|
||||||
|
|
||||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||||
2012032901 ; Serial
|
2012033001 ; Serial
|
||||||
4h ; refresh time
|
4h ; refresh time
|
||||||
1h ; retry interval
|
1h ; retry interval
|
||||||
1w ; expire time
|
1w ; expire time
|
||||||
|
@ -32,7 +32,6 @@ crl IN A 213.154.225.236
|
||||||
dev IN A 78.46.255.66
|
dev IN A 78.46.255.66
|
||||||
email IN A 213.154.225.228
|
email IN A 213.154.225.228
|
||||||
emailout IN A 213.154.225.239
|
emailout IN A 213.154.225.239
|
||||||
hashserver IN A 213.154.225.241
|
|
||||||
hlin IN A 213.154.225.245
|
hlin IN A 213.154.225.245
|
||||||
irc IN A 213.154.225.233
|
irc IN A 213.154.225.233
|
||||||
issue IN A 213.154.225.244
|
issue IN A 213.154.225.244
|
||||||
|
|
|
@ -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.49
|
head: 1.50
|
||||||
branch:
|
branch:
|
||||||
locks: strict
|
locks: strict
|
||||||
access list:
|
access list:
|
||||||
symbolic names:
|
symbolic names:
|
||||||
keyword substitution: kv
|
keyword substitution: kv
|
||||||
total revisions: 49; selected revisions: 49
|
total revisions: 50; selected revisions: 50
|
||||||
description:
|
description:
|
||||||
cacert.org - zone file for cacert.org
|
cacert.org - zone file for cacert.org
|
||||||
----------------------------
|
----------------------------
|
||||||
|
revision 1.50
|
||||||
|
date: 2012/03/30 09:34:19; author: root; state: Exp; lines: +2 -3
|
||||||
|
Remove A record for hashserver service which has been shut down.
|
||||||
|
----------------------------
|
||||||
revision 1.49
|
revision 1.49
|
||||||
date: 2012/03/29 15:35:37; author: root; state: Exp; lines: +2 -6
|
date: 2012/03/29 15:35:37; author: root; state: Exp; lines: +2 -6
|
||||||
Remove A records for services which have been shut down recently.
|
Remove A records for services which have been shut down recently.
|
||||||
|
|
Loading…
Reference in a new issue