From 8ca1319fa31a10547f2764a891c24e3fd34b93a8 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 6 Jun 2022 11:50:34 +0800 Subject: [PATCH] dnsmasq: enable cache by default (#9484) Signed-off-by: Tianling Shen --- package/network/services/dnsmasq/files/dhcp.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf index 8c42ef782..94d20432c 100644 --- a/package/network/services/dnsmasq/files/dhcp.conf +++ b/package/network/services/dnsmasq/files/dhcp.conf @@ -20,6 +20,9 @@ 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_aaaa 0 + option cachesize 8000 + option mini_ttl 3600 option ednspacket_max 1232 config dhcp lan