dnsmasq: enable cache by default (#9484)

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-06-06 11:50:34 +08:00 committed by GitHub
parent 91b3516ba1
commit 8ca1319fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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