17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
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
|
|
}; |