From 3e79509e96bfe1df2477f90c770dcf81a2c03be4 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 26 Jan 2026 22:42:52 +0000 Subject: [PATCH] Update bind9/named.conf --- bind9/named.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind9/named.conf b/bind9/named.conf index 82ae58b..035a49c 100644 --- a/bind9/named.conf +++ b/bind9/named.conf @@ -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 -} \ No newline at end of file +}; \ No newline at end of file