Add bind9/named.conf
This commit is contained in:
17
bind9/named.conf
Normal file
17
bind9/named.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
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 master;
|
||||
file "/etc/bind/johnsnexus-click.zone"; # external site name
|
||||
}
|
||||
Reference in New Issue
Block a user