dnsmasq: explictly set ednspacket_max value
authorJan Pavlinec <jan.pavlinec@nic.cz>
Mon, 9 Nov 2020 14:58:39 +0000 (15:58 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 9 Nov 2020 19:44:46 +0000 (20:44 +0100)
This is related to DNS Flag Day 2020. It sets default
ends buffer size value to 1232.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
package/network/services/dnsmasq/Makefile
package/network/services/dnsmasq/files/dhcp.conf

index cbbbad7b87f7b505eb6405ec4a4f0511d6353832..4086aa25e06107a576e3760ba79b2bec7507bd20 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=dnsmasq
 PKG_UPSTREAM_VERSION:=2.82
 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION)))
-PKG_RELEASE:=8
+PKG_RELEASE:=9
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
index 19052e23337e5c065b92481e184b42daa26f4491..8c42ef782e3b8f6f1a6393417a288be29d8428ad 100644 (file)
@@ -20,6 +20,7 @@ config dnsmasq
        #list notinterface      lo
        #list bogusnxdomain     '64.94.110.11'
        option localservice     1  # disable to allow DNS requests from non-local subnets
+       option ednspacket_max   1232
 
 config dhcp lan
        option interface        lan