diff --git a/net/bind/Makefile b/net/bind/Makefile index cfea57f22e..f359dbcd0f 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -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 diff --git a/net/bind/files/bind/named.conf b/net/bind/files/bind/named.conf index 8eb6be694d..905f10a4ee 100644 --- a/net/bind/files/bind/named.conf +++ b/net/bind/files/bind/named.conf @@ -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