pangolin
pangolin copied to clipboard
A light weight http tunnels to localhost.
add a parameter for server listen port
Hi, I think this project is very powerful to build a tunnel to local environment. But my server has no node.js installed, everything runs on docker. I wonder maybe it's...
默认的是转发 80 端口,不知道改哪一段代码可以转发指定的端口? 请指教
想问问这个怎样可以在ssh 上使用?
TCPServer is running at port 10000 , accept 99 http clients Client connected... HTTPServer is running at port 10001 ... stream.js:94 throw er; // Unhandled stream error in pipe. ^...
命令行调用问题连接服务器不成功后,进程关闭比较合理,但nodejs api调用后关闭进程会导致后面逻辑无法进行,也无法重试,建议区别判断是否关闭进程 [client.js#L95](https://github.com/qgy18/pangolin/blob/master/lib/client.js#L95)