Files
Monitor/bind9/named.conf
2026-01-26 01:30:08 +00:00

17 lines
270 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
}