ngrok实现内网穿透
·
1.下载ngrok:ngrok - download
2.解压后,有一个ngrok.exe文件

3.注册登录后台获取令牌:ngrok - secure introspectable tunnels to localhost

4.双击ngrok.exe ,执行ngrok config add-authtoken + Your Authtoken
ngrok config add-authtoken {Your Authtoken}
5.输入命令:ngrok http 80,然后就会得到一个映射到外网的域名
ngrok http 80

状态为online就说明连接成功了。
6.浏览器显示

参考资料
更多推荐




所有评论(0)