跳到主要内容

Mac使用ngrok进行内网穿透

安装:https://dashboard.ngrok.com/get-started/setup/macos

brew install ngrok/ngrok/ngrok

登录网站的时候可能还需要下载Google的Authenticator用于验证。手机APP下载Google Play 获取你的authtoken image.png

配置auth

ngrok config add-authtoken 你的authtoken

开启内网穿透:

ngrok http http://localhost:10000

我本地开了一个Java程序,端口10000: image.png

开启内网穿透后: image.png

此时访问网址可以访问到: image.png

可以申请一个域名: image.png