From 973babdd7d4ec11562a071d978e25ae0dfbd1958 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 25 Feb 2024 14:09:13 +0800 Subject: [PATCH] dnsmasq: remove duplicate configurations Signed-off-by: Tianling Shen (cherry picked from commit 5a4d99e3994f3ab8e37e7a76e80b7aef56093b1d) --- package/network/services/dnsmasq/files/dhcp.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf index a6223ead69..20f7a85941 100644 --- a/package/network/services/dnsmasq/files/dhcp.conf +++ b/package/network/services/dnsmasq/files/dhcp.conf @@ -10,7 +10,7 @@ config dnsmasq option domain 'lan' option expandhosts 1 option nonegcache 0 - option cachesize 1000 + option cachesize 8000 option authoritative 1 option readethers 1 option leasefile '/tmp/dhcp.leases' @@ -21,9 +21,6 @@ config dnsmasq #list notinterface lo #list bogusnxdomain '64.94.110.11' option localservice 1 # disable to allow DNS requests from non-local subnets - option filter_a 0 - option filter_aaaa 0 - option cachesize 8000 option min_cache_ttl 3600 option dns_redirect 1 option ednspacket_max 1232