mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
dnsmasq: enable cache by default (#9484)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
91b3516ba1
commit
8ca1319fa3
@ -20,6 +20,9 @@ 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 filter_aaaa 0
|
||||||
|
option cachesize 8000
|
||||||
|
option mini_ttl 3600
|
||||||
option ednspacket_max 1232
|
option ednspacket_max 1232
|
||||||
|
|
||||||
config dhcp lan
|
config dhcp lan
|
||||||
|
Loading…
Reference in New Issue
Block a user