Add bind9vm/named.conf
This commit is contained in:
25
bind9vm/named.conf
Normal file
25
bind9vm/named.conf
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
//
|
||||||
|
// Do any local configuration here
|
||||||
|
//
|
||||||
|
|
||||||
|
// Consider adding the 1918 zones here, if they are not used in your
|
||||||
|
// organization
|
||||||
|
//include "/etc/bind/zones.rfc1918";
|
||||||
|
acl internal {
|
||||||
|
192.168.1.0/24;
|
||||||
|
};
|
||||||
|
|
||||||
|
options {
|
||||||
|
forwarders {
|
||||||
|
192.168.1.254;
|
||||||
|
8.8.8.8;
|
||||||
|
8.8.4.4;
|
||||||
|
};
|
||||||
|
allow-query { internal; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "johnsnexus.click" IN {
|
||||||
|
type slave;
|
||||||
|
file "/var/cache/bind/johnsnexus-click.zone"; sync copy of master
|
||||||
|
masters { 192.168.1.23; };
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user