Update bind9/named.conf

This commit is contained in:
2026-01-26 22:42:52 +00:00
parent 114bb23e7c
commit 3e79509e96

View File

@@ -4,7 +4,7 @@ acl internal {
options {
forwarders {
192.168.1.254
192.168.1.254;
8.8.8.8;
8.8.4.4;
};
@@ -14,4 +14,4 @@ options {
zone "johnsnexus.click" IN {
type master;
file "/etc/bind/johnsnexus-click.zone"; # external site name
}
};