forked from critical/dns-zones
Add reverse zones from ns2
- use the correct names that will make the delegation from BIT work
This commit is contained in:
parent
0e0fd05c0e
commit
72e71adb89
3 changed files with 43 additions and 50 deletions
|
@ -1,45 +0,0 @@
|
|||
; DNS master zone file for reverse IPv4 for CAcert 213.154.225.224/27
|
||||
; @(#)(CAcert) $Id: 213.154.225.224.ip4,v 1.7 2019/10/18 08:26:09 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2019101801 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
12h ) ; negative caching TTL
|
||||
|
||||
@ IN NS ns1.cacert.org.
|
||||
@ IN NS ns3.cacert.org.
|
||||
|
||||
225 IN PTR oophaga-gw.network.bit.nl.
|
||||
226 IN PTR oophaga-vrrp1.network.bit.nl.
|
||||
227 IN PTR oophaga-vrrp2.network.bit.nl.
|
||||
228 IN PTR email.cacert.org.
|
||||
229 IN PTR cacert-fw.cacert.org.
|
||||
230 IN PTR infrastructure.cacert.org.
|
||||
231 IN PTR lists.cacert.org.
|
||||
232 IN PTR bugs.cacert.org.
|
||||
233 IN PTR irc.cacert.org.
|
||||
234 IN PTR blog.cacert.org.
|
||||
235 IN PTR wiki.cacert.org.
|
||||
236 IN PTR crl.cacert.org.
|
||||
237 IN PTR ocsp.cacert.org.
|
||||
238 IN PTR svn.cacert.org.
|
||||
239 IN PTR emailout.cacert.org.
|
||||
240 IN PTR translations.cacert.org.
|
||||
241 IN PTR proxyin.cacert.org.
|
||||
242 IN PTR web.cacert.org.
|
||||
243 IN PTR cats.cacert.org.
|
||||
244 IN PTR issue.cacert.org.
|
||||
245 IN PTR www.cacert.org.
|
||||
246 IN PTR secure.cacert.org.
|
||||
247 IN PTR tverify.cacert.org.
|
||||
248 IN PTR test.cacert.org.
|
||||
249 IN PTR test2.cacert.org.
|
||||
250 IN PTR git.cacert.org.
|
||||
251 IN PTR ns1.cacert.org.
|
||||
252 IN PTR board.cacert.org.
|
||||
253 IN PTR cacert-fw01.cacert.org.
|
||||
254 IN PTR cacert-fw02.cacert.org.
|
42
224-27.225.154.213.in-addr.arpa
Normal file
42
224-27.225.154.213.in-addr.arpa
Normal file
|
@ -0,0 +1,42 @@
|
|||
$ORIGIN .
|
||||
225.154.213.in-addr.arpa 3600 IN SOA ns1.cacert.org hostmaster.cacert.org 2022060101 10800 3600 604800 3600
|
||||
225.154.213.in-addr.arpa 3600 IN NS ns1.cacert.org.
|
||||
225.154.213.in-addr.arpa 3600 IN NS ns2.cacert.org.
|
||||
225.154.213.in-addr.arpa 3600 IN NS ns3.cacert.org.
|
||||
225.154.213.in-addr.arpa 3600 IN NS ns4.cacert.org.
|
||||
225.154.213.in-addr.arpa 3600 IN NS ns5.cacert.org.
|
||||
|
||||
|
||||
|
||||
|
||||
225.225.154.213.in-addr.arpa 3600 IN PTR oophaga-gw.network.bit.nl.
|
||||
226.225.154.213.in-addr.arpa 3600 IN PTR oophaga-vrrp1.network.bit.nl.
|
||||
227.225.154.213.in-addr.arpa 3600 IN PTR oophaga-vrrp2.network.bit.nl.
|
||||
228.225.154.213.in-addr.arpa 3600 IN PTR email.cacert.org.
|
||||
229.225.154.213.in-addr.arpa 3600 IN PTR cacert-fw.cacert.org.
|
||||
230.225.154.213.in-addr.arpa 3600 IN PTR infrastructure.cacert.org.
|
||||
231.225.154.213.in-addr.arpa 3600 IN PTR lists.cacert.org.
|
||||
232.225.154.213.in-addr.arpa 3600 IN PTR bugs.cacert.org.
|
||||
233.225.154.213.in-addr.arpa 3600 IN PTR irc.cacert.org.
|
||||
234.225.154.213.in-addr.arpa 3600 IN PTR blog.cacert.org.
|
||||
235.225.154.213.in-addr.arpa 3600 IN PTR wiki.cacert.org.
|
||||
236.225.154.213.in-addr.arpa 3600 IN PTR crl.cacert.org.
|
||||
237.225.154.213.in-addr.arpa 3600 IN PTR ocsp.cacert.org.
|
||||
238.225.154.213.in-addr.arpa 3600 IN PTR svn.cacert.org.
|
||||
239.225.154.213.in-addr.arpa 3600 IN PTR emailout.cacert.org.
|
||||
240.225.154.213.in-addr.arpa 3600 IN PTR translations.cacert.org.
|
||||
241.225.154.213.in-addr.arpa 3600 IN PTR proxyin.cacert.org.
|
||||
242.225.154.213.in-addr.arpa 3600 IN PTR web.cacert.org.
|
||||
243.225.154.213.in-addr.arpa 3600 IN PTR cats.cacert.org.
|
||||
244.225.154.213.in-addr.arpa 3600 IN PTR issue.cacert.org.
|
||||
245.225.154.213.in-addr.arpa 3600 IN PTR www.cacert.org.
|
||||
246.225.154.213.in-addr.arpa 3600 IN PTR secure.cacert.org.
|
||||
247.225.154.213.in-addr.arpa 3600 IN PTR tverify.cacert.org.
|
||||
248.225.154.213.in-addr.arpa 3600 IN PTR test.cacert.org.
|
||||
249.225.154.213.in-addr.arpa 3600 IN PTR test2.cacert.org.
|
||||
250.225.154.213.in-addr.arpa 3600 IN PTR git.cacert.org.
|
||||
251.225.154.213.in-addr.arpa 3600 IN PTR ns1.cacert.org.
|
||||
252.225.154.213.in-addr.arpa 3600 IN PTR board.cacert.org.
|
||||
253.225.154.213.in-addr.arpa 3600 IN PTR cacert-fw01.cacert.org.
|
||||
254.225.154.213.in-addr.arpa 3600 IN PTR cacert-fw02.cacert.org.
|
||||
|
|
@ -1,8 +1,3 @@
|
|||
; DNS master zone file for reverse IPv6 for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: 2001:07b8:616.ip6,v 1.13 2019/10/18 08:26:09 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2019101801 ; Serial
|
||||
4h ; refresh time
|
||||
|
@ -58,3 +53,4 @@ $TTL 12h ; default TTL for zone data
|
|||
2.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.3.6.1.0 PTR ns1.cacert.org.
|
||||
3.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.3.6.1.0 PTR ocsp.cacert.org.
|
||||
4.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.3.6.1.0 PTR crl.cacert.org.
|
||||
|
Loading…
Reference in a new issue