source: genesis/dns/confs/rambo/rev.conf@ 4182

Last change on this file since 4182 was 4096, checked in by rick, 20 years ago

Dirk likes include ;-)

File size: 2.0 KB
Line 
1 zone "16.172.in-addr.arpa" {
2 type master;
3 file "master/16.172.in-addr.arpa";
4 allow-transfer { any; };
5 notify yes;
6 };
7
8 zone "17.172.in-addr.arpa" {
9 type master;
10 file "master/17.172.in-addr.arpa";
11 allow-transfer { any; };
12 notify yes;
13 };
14
15 zone "18.172.in-addr.arpa" {
16 type master;
17 file "master/18.172.in-addr.arpa";
18 allow-transfer { any; };
19 notify yes;
20 };
21
22
23 zone "19.172.in-addr.arpa" {
24 type master;
25 file "master/19.172.in-addr.arpa";
26 allow-transfer { any; };
27 notify yes;
28 };
29
30
31 zone "20.172.in-addr.arpa" {
32 type master;
33 file "master/20.172.in-addr.arpa";
34 allow-transfer { any; };
35 notify yes;
36 };
37
38
39 zone "21.172.in-addr.arpa" {
40 type master;
41 file "master/21.172.in-addr.arpa";
42 notify yes;
43 };
44
45
46 zone "22.172.in-addr.arpa" {
47 type master;
48 file "master/22.172.in-addr.arpa";
49 allow-transfer { any; };
50 notify yes;
51 };
52
53
54 zone "23.172.in-addr.arpa" {
55 type master;
56 file "master/23.172.in-addr.arpa";
57 allow-transfer { any; };
58 notify yes;
59 };
60
61
62 zone "24.172.in-addr.arpa" {
63 type master;
64 file "master/24.172.in-addr.arpa";
65 allow-transfer { any; };
66 notify yes;
67 };
68
69
70 zone "25.172.in-addr.arpa" {
71 type master;
72 file "master/25.172.in-addr.arpa";
73 allow-transfer { any; };
74 notify yes;
75 };
76
77
78 zone "26.172.in-addr.arpa" {
79 type master;
80 file "master/26.172.in-addr.arpa";
81 allow-transfer { any; };
82 notify yes;
83 };
84
85
86 zone "27.172.in-addr.arpa" {
87 type master;
88 file "master/27.172.in-addr.arpa";
89 allow-transfer { any; };
90 notify yes;
91 };
92
93
94 zone "28.172.in-addr.arpa" {
95 type master;
96 file "master/28.172.in-addr.arpa";
97 allow-transfer { any; };
98 notify yes;
99 };
100
101
102 zone "29.172.in-addr.arpa" {
103 type master;
104 file "master/29.172.in-addr.arpa";
105 allow-transfer { any; };
106 notify yes;
107 };
108
109
110 zone "30.172.in-addr.arpa" {
111 type master;
112 file "master/30.172.in-addr.arpa";
113 allow-transfer { any; };
114 notify yes;
115 };
116
117
118 zone "31.172.in-addr.arpa" {
119 type master;
120 file "master/31.172.in-addr.arpa";
121 allow-transfer { any; };
122 notify yes;
123 };
124
Note: See TracBrowser for help on using the repository browser.