mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-05 04:29:19 +02:00
Fix xray_test.go
This commit is contained in:
parent
a9ed1a03aa
commit
4f8f49024b
|
@ -221,7 +221,8 @@ func TestXrayConfig(t *testing.T) {
|
|||
},
|
||||
}),
|
||||
ProxySettings: serial.ToTypedMessage(&dns_proxy.Config{
|
||||
Server: &net.Endpoint{},
|
||||
Server: &net.Endpoint{},
|
||||
Non_IPQuery: "drop",
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue