diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-09-20 18:26:33 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-09-21 09:59:03 +0100 |
commit | 6c4cbe94bd940b5c061e27744eb78805764d6b34 (patch) | |
tree | e887c491de6f7897a05fb8f39eb68ea46fdf7dae /package/network/services/dnsmasq/Makefile | |
parent | 95b3f8ec8d4d27525c8eb016b70290d380c55d0a (diff) | |
download | upstream-6c4cbe94bd940b5c061e27744eb78805764d6b34.tar.gz upstream-6c4cbe94bd940b5c061e27744eb78805764d6b34.tar.bz2 upstream-6c4cbe94bd940b5c061e27744eb78805764d6b34.zip |
dnsmasq: Change behavior when RD bit unset in queries.
Backport upstream commit
Change anti cache-snooping behaviour with queries with the
recursion-desired bit unset. Instead to returning SERVFAIL, we
now always forward, and never answer from the cache. This
allows "dig +trace" command to work.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 936d73895e..4213e70eae 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.80test6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/test-releases |