From 31d402cb5afb07e4853d989c41d2c9c50f184347 Mon Sep 17 00:00:00 2001 From: David Blacka Date: Wed, 15 May 2024 21:53:19 -0400 Subject: [PATCH] do not limit bind to only IPv4 going forward --- cfg/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/run.sh b/cfg/run.sh index 2a74009..97cc9f2 100755 --- a/cfg/run.sh +++ b/cfg/run.sh @@ -2,4 +2,4 @@ # run in the forground, but not in debug-mode # use IPv4 only -- if zeke ever gets IPv6 access, we can turn that on # use the built-in `bind` user -exec /usr/sbin/named -c /etc/bind/named.conf -f -4 -u bind +exec /usr/sbin/named -c /etc/bind/named.conf -f -u bind