Browse Source

Fix xray_test.go

pull/2227/head
RPRX 1 year ago committed by GitHub
parent
commit
4f8f49024b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      infra/conf/xray_test.go

3
infra/conf/xray_test.go

@ -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…
Cancel
Save