Browse Source

removed common zones

tags/v2.0.0^0
Robin Thoni 6 years ago
parent
commit
6a8d253e81

+ 0
- 2
bind/config/named.conf.local View File

@@ -20,7 +20,6 @@ view "view-internal" {
20 20
 
21 21
   include "/etc/bind/named.conf.default-zones";
22 22
   include "/etc/bind/zones.rfc1918";
23
-  include "/etc/bind/config/named.conf.local.common";
24 23
   include "/etc/bind/config/named.conf.local.internal";
25 24
 };
26 25
 
@@ -44,6 +43,5 @@ view "view-external" {
44 43
     key "key-external";
45 44
   };
46 45
 
47
-  include "/etc/bind/config/named.conf.local.common";
48 46
   include "/etc/bind/config/named.conf.local.external";
49 47
 };

+ 0
- 21
data_example/bind/config/common/db.example.com View File

@@ -1,21 +0,0 @@
1
-$ORIGIN .
2
-$TTL 86400	; 1 day
3
-example.com		IN SOA	ns1.example.com. hostmaster.example.com. (
4
-				2002022402 ; serial
5
-				10800      ; refresh (3 hours)
6
-				15         ; retry (15 seconds)
7
-				604800     ; expire (1 week)
8
-				10800      ; minimum (3 hours)
9
-				)
10
-$TTL 600	; 10 minutes
11
-			NS	ns1.example.com.
12
-			NS	ns2.example.com.
13
-			MX	10 mail.example.com.
14
-$ORIGIN example.com.
15
-mail			A	24.24.24.24
16
-ns1			A	24.24.24.24
17
-ns2			A	24.24.24.42
18
-serv1			CNAME	serv1.site1
19
-serv2			CNAME	serv2.site1
20
-$TTL 300	; 5 minutes
21
-test			A	42.42.42.42

+ 0
- 4
data_example/bind/config/named.conf.local.common View File

@@ -1,4 +0,0 @@
1
-zone "example.com" {
2
-  type master;
3
-  file "/etc/bind/config/common/db.example.com";
4
-};

Loading…
Cancel
Save