dnsmasq: remove duplicate configurations

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 5a4d99e399)
This commit is contained in:
Tianling Shen 2024-02-25 14:09:13 +08:00
parent 916472ed83
commit 973babdd7d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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