From ad998b1578a4009042c14feaa6a944211d65fdf3 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 25 Jul 2020 19:52:58 +0800 Subject: [PATCH] dnsmasq: do not filter AAAA record by default --- package/network/services/dnsmasq/files/dhcp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf index 5acaa7d8e2..c2b4a8c56f 100644 --- a/package/network/services/dnsmasq/files/dhcp.conf +++ b/package/network/services/dnsmasq/files/dhcp.conf @@ -20,7 +20,7 @@ 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 1 + option filter_aaaa 0 config dhcp lan option interface lan