forked from critical/dns-zones
Add A records for infrastructure.cacert.org and monitor.cacert.org, both pointing
to 213.154.225.230, per e-mail request from Mario Lipinski on May 23, 2012. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2384 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
a519fee7de
commit
16bbfbae33
2 changed files with 12 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.53 2012/05/21 08:17:26 root Exp $
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.54 2012/05/23 09:24:57 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2012052101 ; Serial
|
||||
2012052301 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -32,6 +32,7 @@ dev IN A 78.46.255.66
|
|||
email IN A 213.154.225.228
|
||||
emailout IN A 213.154.225.239
|
||||
hlin IN A 213.154.225.245
|
||||
infrastructure IN A 213.154.225.230
|
||||
irc IN A 213.154.225.233
|
||||
issue IN A 213.154.225.244
|
||||
l10n IN CNAME translations.cacert.org.
|
||||
|
@ -45,6 +46,7 @@ _adsp._domainkey.lists IN TXT "dkim=all"
|
|||
lists._domainkey.lists IN TXT "v=DKIM1\;g=*\;k=rsa\;t=y\;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCs2Hu5HQpT5FWj2TrqHZwFM/h0Tc35idlBviaArkdp5fRPx402ID+pMYZZW6lVM/IJlmeTqPGO73oQyl/tFlnXWj/X8p809IFqWnKWzGKJLhnxMAZW7bmzyjR8siK3It93+s5mu9r/4pwHCW3bEbdtKartd7cud84JO15cLJYA+QIDAQAB"
|
||||
mail._domainkey IN TXT "v=DKIM1\;g=*\;k=rsa\;t=y\;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOZV5h3rm18QRiNfNnwXadX8jeSC3zjpU7GFNTfZk1ifjLxrlVrSsfAvlVfFvR2/uQXegwEkiNV5bd57d989T+VVLZZbSv+OAXX4ZwihsLkf3huDszKtJTvsybqUNh97OE00THSyJCrcowFDcLv5IN2ULCOlMjTqbZxZuaNW0S6wIDAQAB"
|
||||
auto._domainkey IN TXT "v=DKIM1\;g=*\;k=rsa\;t=y\;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDNFxiNr+NHJwih3OPhGr4iwLE+BBDu72YrMSzUnU1FF50CW7iOtuhg796UZ6xrZ5VuhAix6YmmzcvF2UxYzoD/XpfZ4MzBu0ND4/nkt9/YOTyIBzwQqn9uMNve0Y76Zsel89dIJtOI+y+lfnFExV0jKwe53gzmxMVpMSSCcZPGwIDAQAB" ; ----- DKIM auto for cacert.org
|
||||
monitor IN A 213.154.225.230
|
||||
ns IN A 213.154.225.251 ; master
|
||||
ns1 IN A 213.154.225.251 ; ns.cacert.org
|
||||
ns2 IN A 195.34.169.146 ; newsys.gun.de
|
||||
|
|
|
@ -1,16 +1,22 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.53
|
||||
head: 1.54
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 53; selected revisions: 53
|
||||
total revisions: 54; selected revisions: 54
|
||||
description:
|
||||
cacert.org - zone file for cacert.org
|
||||
----------------------------
|
||||
revision 1.54
|
||||
date: 2012/05/23 09:24:57; author: root; state: Exp; lines: +4 -2
|
||||
Add A records for infrastructure.cacert.org and monitor.cacert.org, both
|
||||
pointing to 213.154.225.230, per e-mail request from Mario Lipinski on
|
||||
May 23, 2012.
|
||||
----------------------------
|
||||
revision 1.53
|
||||
date: 2012/05/21 08:17:26; author: root; state: Exp; lines: +2 -4
|
||||
Remove A records for cod.cacert.org and translingo.cacert.org per e-mail
|
||||
|
|
Loading…
Reference in a new issue