We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3a8d3 commit 685e66eCopy full SHA for 685e66e
1 file changed
infra/conf/xray_test.go
@@ -236,6 +236,7 @@ func TestXrayConfig(t *testing.T) {
236
{
237
ProtocolName: "websocket",
238
Settings: serial.ToTypedMessage(&websocket.Config{
239
+ Host: "example.domain",
240
Header: map[string]string{
241
"host": "example.domain",
242
},
@@ -288,6 +289,7 @@ func TestXrayConfig(t *testing.T) {
288
289
290
291
292
293
294
295
0 commit comments