logo科技微讯

使用 ngrok 实现公网访问本地服务器

作者:科技微讯
日期:2022-05-09
📝 笔记

ngrok 可以让本地服务暴露在公网中,方便通过公网调试程序。

安装:brew install ngrok/ngrok/ngrok

使用:

  • 比如在本地的 nextjs 博客中 npm run dev,本地 url 是:http://localhost:3000/
  • 在终端执行 ngrok http 3000,ngrok 会生成这种链接:https://90c2-103-149-248-23.ap.ngrok.io/
  • 在浏览器打开 https://90c2-103-149-248-23.ap.ngrok.io/ 即可通过公网访问访问运行在本地的网站。
donation赞赏
thumbsup0
thumbsdown0
暂无评论