1
letitbesqzr 2016-10-17 13:07:01 +08:00 1
可以指定 -httpAddr=":8081" -httpsAddr=":8082"
不建议用 ngrok , github 上 : DO NOT RUN THIS VERSION OF NGROK (1.X) IN PRODUCTION. Both the client and server are known to have serious reliability issues including memory and file descriptor leaks as well as crashes. There is also no HA story as the server is a SPOF 然而 ngrok 2.0 并没有开源.. 推荐: https://github.com/fatedier/frp ngrok 的功能都能实现,并且更强大 |
2
line 2016-10-17 13:22:23 +08:00
我的 ngrok 崩溃过。 打算换其它的试下。
|
3
hteen 2016-10-17 13:29:24 +08:00
nginx 反向代理解决即可,我服务器也是这样
|
4
tonghuashuai 2016-10-17 16:37:34 +08:00
貌似只有 ssh 可以指定远程端口, http 不可以……
|