0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-13 03:49:35 +03:00

Fix xray_test.go

This commit is contained in:
RPRX
2023-06-19 01:07:19 +00:00
committed by GitHub
parent a9ed1a03aa
commit 4f8f49024b

View File

@ -221,7 +221,8 @@ func TestXrayConfig(t *testing.T) {
}, },
}), }),
ProxySettings: serial.ToTypedMessage(&dns_proxy.Config{ ProxySettings: serial.ToTypedMessage(&dns_proxy.Config{
Server: &net.Endpoint{}, Server: &net.Endpoint{},
Non_IPQuery: "drop",
}), }),
}, },
}, },