mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
unbound: update to 1.9.2 with package bug fixes
- fix package makefile resulted in resolved symlink and copied double file contents of libunbound.so during install - treat RFC6762 'local.' as nxdomain because avahi and other services will disable if SOA or NS records appear in central DNS - NLNetLabs has moved download and documentation sites cherry-pick and squash from openwrt-19.07add3e6c699936a71739c4618c74150Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
This commit is contained in:
@@ -1017,13 +1017,13 @@ unbound_hostname() {
|
||||
|
||||
case "$UNBOUND_D_DOMAIN_TYPE" in
|
||||
deny|inform_deny|refuse|static)
|
||||
{
|
||||
# avoid upstream involvement in RFC6762 like responses (link only)
|
||||
echo " local-zone: local. $UNBOUND_D_DOMAIN_TYPE"
|
||||
echo " domain-insecure: local"
|
||||
echo " private-domain: local"
|
||||
echo
|
||||
} >> $UNBOUND_CONFFILE
|
||||
if [ "$UNBOUND_TXT_DOMAIN" != "local" ] ; then
|
||||
{
|
||||
# avoid involvement in RFC6762, unless it is the local zone name
|
||||
echo " local-zone: local always_nxdomain"
|
||||
echo
|
||||
} >> $UNBOUND_CONFFILE
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user