Major Upgrade - added very detailed configs for many scenarios, with lots of examples. The server is now fully functional for an authoritative master and a recursive/forwarding cacher. You can still mount over the /etc/bind and /var/bind directories and override everything yourself. This should help many users who did not know where to start with bind.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
zone "10.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
|
||||
zone "16.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "17.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "18.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "19.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "20.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "21.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "22.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "23.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "24.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "25.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "26.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "27.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "28.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "29.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "30.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
zone "31.172.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
|
||||
zone "168.192.in-addr.arpa" { type master; file "/etc/bind/default-zones/db.empty"; };
|
||||
Reference in New Issue
Block a user