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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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