Add bind9/named.conf

This commit is contained in:
2026-01-26 01:30:08 +00:00
parent 79c0a1e0a1
commit bf5c7e8786

17
bind9/named.conf Normal file
View 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
}