mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-10-04 16:32:56 +08:00
修订代码,示例;修复trojan的mux在传递udp时的bug; 添加内层mux的udp的测试
This commit is contained in:
@@ -138,7 +138,7 @@ protocol = "direct"
|
||||
}
|
||||
|
||||
func tryGetHttp(client *http.Client, path string, t *testing.T) {
|
||||
t.Log("start dail", path)
|
||||
t.Log("start dial", path)
|
||||
resp, err := client.Get(path)
|
||||
if err != nil {
|
||||
t.Log("get http failed", err)
|
||||
|
Reference in New Issue
Block a user