From 4f8f49024b024d450f2bc7b3e23422bf983e5a7f Mon Sep 17 00:00:00 2001 From: RPRX <63339210+RPRX@users.noreply.github.com> Date: Mon, 19 Jun 2023 01:07:19 +0000 Subject: [PATCH] Fix xray_test.go --- infra/conf/xray_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/conf/xray_test.go b/infra/conf/xray_test.go index b39da7c9..a4898457 100644 --- a/infra/conf/xray_test.go +++ b/infra/conf/xray_test.go @@ -221,7 +221,8 @@ func TestXrayConfig(t *testing.T) { }, }), ProxySettings: serial.ToTypedMessage(&dns_proxy.Config{ - Server: &net.Endpoint{}, + Server: &net.Endpoint{}, + Non_IPQuery: "drop", }), }, },