遇到的问题和需要避免的一些错误的认知,提高自己的能力,我们在路上!
ngrok使用教程
1安装
https://ngrok.com/download 进入这个网站下载对应版本的系统包然后解压
2运行(例如监听本地端口9888)
./ngrok http 9888
稍等一会 会出现
Forwarding http://b0fccadc.ngrok.io -> localhost:9888
Forwarding https://b0fccadc.ngrok.io -> localhost:9888
对应的http 和 https 请求,其他人通过访问上述两个ip链接都可以访问到本地的9888端口
Usage
服务实现内网穿透
https://github.com/inconshreveable/ngrok
解压文件运行脚本文件
ngrok -config=ngrok.cfg -subdomain xxx 3000 //(xxx 是你自定义的域名前缀)。
信息如下:
Tunnel Status online
Version 1.7/1.7
Forwarding https://gxz.tunnel.2bdata.com -> 127.0.0.1:3000
Forwarding http://gxz.tunnel.2bdata.com -> 127.0.0.1:3000
Web Interface 127.0.0.1:4040
# Conn 0
根据需要选择对应的地址即可