DNS outbound: Set "reject" as the default value for nonIPQuery

https://github.com/XTLS/Xray-core/pull/4903#issuecomment-3091367130
This commit is contained in:
RPRX
2025-08-16 19:12:59 +00:00
parent 40ce850bd9
commit de23e51077
3 changed files with 4 additions and 4 deletions
-1
View File
@@ -27,7 +27,6 @@ func TestDnsProxyConfig(t *testing.T) {
Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})),
Port: 53,
},
Non_IPQuery: "drop",
},
},
})