Commit b004e23c authored by wang's avatar wang

111

parent 730fbe45
...@@ -29,7 +29,7 @@ func ForwardIOS(c *gin.Context) { ...@@ -29,7 +29,7 @@ func ForwardIOS(c *gin.Context) {
return return
} }
fmt.Print(forWard.Url) fmt.Print(forWard.Url)
logrus.Infof("开始转发 url: %s proxy: %s", forWard.Url, forWard.Proxy) logrus.Infof("开始转发 url: %s proxy: %s %v", forWard.Url, forWard.Proxy, forWard.AllowRedirects)
t1 := time.Now() t1 := time.Now()
// 开始转发 // 开始转发
client, err := NewClient(forWard, true) client, err := NewClient(forWard, true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment