From bd6d4c17b85684ee193111a9657ac4184affc5df Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 9 Nov 2020 15:58:39 +0100 Subject: [PATCH] dnsmasq: explictly set ednspacket_max value This is related to DNS Flag Day 2020. It sets default ends buffer size value to 1232. Signed-off-by: Jan Pavlinec --- package/network/services/dnsmasq/Makefile | 2 +- package/network/services/dnsmasq/files/dhcp.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 46995cabaa..5b9e8973fe 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.82 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf index cc28a08bd6..57d6c9576d 100644 --- a/package/network/services/dnsmasq/files/dhcp.conf +++ b/package/network/services/dnsmasq/files/dhcp.conf @@ -22,6 +22,7 @@ config dnsmasq option localservice 1 # disable to allow DNS requests from non-local subnets option filter_aaaa 0 option dns_redirect 1 + option ednspacket_max 1232 config dhcp lan option interface lan