From a9ed1a03aa39f24a663f1f64d37bc3998df96315 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+RPRX@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:51:03 +0000 Subject: [PATCH] Fix dns_proxy_test.go --- infra/conf/dns_proxy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/conf/dns_proxy_test.go b/infra/conf/dns_proxy_test.go index 805ac323..5c5dfecd 100644 --- a/infra/conf/dns_proxy_test.go +++ b/infra/conf/dns_proxy_test.go @@ -27,6 +27,7 @@ func TestDnsProxyConfig(t *testing.T) { Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})), Port: 53, }, + Non_IPQuery: "drop", }, }, })