diff --git a/bind9/named.conf b/bind9/named.conf new file mode 100644 index 0000000..82ae58b --- /dev/null +++ b/bind9/named.conf @@ -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 +} \ No newline at end of file