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 <jan.pavlinec@nic.cz>
This commit is contained in:
		 Jan Pavlinec
					Jan Pavlinec
				
			
				
					committed by
					
						 Hans Dedecker
						Hans Dedecker
					
				
			
			
				
	
			
			
			 Hans Dedecker
						Hans Dedecker
					
				
			
						parent
						
							9eb9943f82
						
					
				
				
					commit
					a86c0d97b5
				
			| @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk | |||||||
| PKG_NAME:=dnsmasq | PKG_NAME:=dnsmasq | ||||||
| PKG_UPSTREAM_VERSION:=2.82 | PKG_UPSTREAM_VERSION:=2.82 | ||||||
| PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION))) | 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:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz | ||||||
| PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq | PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq | ||||||
|   | |||||||
| @@ -20,6 +20,7 @@ config dnsmasq | |||||||
| 	#list notinterface	lo | 	#list notinterface	lo | ||||||
| 	#list bogusnxdomain     '64.94.110.11' | 	#list bogusnxdomain     '64.94.110.11' | ||||||
| 	option localservice	1  # disable to allow DNS requests from non-local subnets | 	option localservice	1  # disable to allow DNS requests from non-local subnets | ||||||
|  | 	option ednspacket_max	1232 | ||||||
|  |  | ||||||
| config dhcp lan | config dhcp lan | ||||||
| 	option interface	lan | 	option interface	lan | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user