dnsmasq: enable cache by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 3272539aaa)
This commit is contained in:
Tianling Shen 2022-06-03 23:13:26 +08:00
parent f1af45a8f4
commit 0f93eca744
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -21,6 +21,8 @@ config dnsmasq
#list bogusnxdomain '64.94.110.11'
option localservice 1 # disable to allow DNS requests from non-local subnets
option filter_aaaa 0
option cachesize 8000
option mini_ttl 3600
option dns_redirect 1
option ednspacket_max 1232