Commit 99846a9c authored by wang's avatar wang

cronet

parent b958c015
......@@ -52,7 +52,7 @@ func main() {
r.Use(LoggerMiddleware())
r.POST("/tls2/forward", tls.Forward)
r.POST("/tls/forwardios", tls.ForwardIOS)
r.Run(":58000")
r.Run(":59000")
}
func LoggerMiddleware() gin.HandlerFunc {
return func(c *gin.Context) {
......
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