From e79887c2cf5e8ec4a51b9aa38bdd99856a4a17ee Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 14 Feb 2020 01:09:17 +0800 Subject: [PATCH] dnsmasq: fix setting --- 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 e8284d6cad..60477ed2cd 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