bind: manual fix for IPv6 server unreachable noise
authorPhilip Prindeville <[email protected]>
Fri, 12 Dec 2025 19:43:07 +0000 (12:43 -0700)
committerPhilip Prindeville <[email protected]>
Sat, 13 Dec 2025 01:06:44 +0000 (18:06 -0700)
Until we have a failsafe way of detecting no IPv6 internet
connectivity automatically, allow the users to set it
manually for now.

Signed-off-by: Philip Prindeville <[email protected]>
net/bind/Makefile
net/bind/files/bind/named.conf

index cfea57f22edf6f9ee2a2cdb82e279e8fc3c6d34e..f359dbcd0f91e588a8371d114ad2738e94b54d02 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bind
 PKG_VERSION:=9.20.15
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 USERID:=bind=57:bind=57
 
 PKG_MAINTAINER:=Noah Meyerhans <[email protected]>
index 8eb6be694d0cc8f25ac35e1f2be3d76bce09bde6..905f10a4eee46535ec31db93bb2b6a65937072e2 100644 (file)
@@ -7,6 +7,9 @@ options {
 
        // This is used e.g. by isc-dhcp
        allow-new-zones yes;
+
+       // Uncomment this if you don't have IPv6 connectivity
+       //query-source-v6 none;
 };
 
 // prime the server with knowledge of the root servers