两分钟实现Linux上内网穿透(把自己网页放公网)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
这里要推荐一个好东西,分为免费版和收费版https://natapp.cn/
natapp是我用过最方便的内网穿透工具了
注册后
-》选择免费隧道
-》端口可以改变,自己随意设置
上图会给出authtoken。
下载
下载客户端到系统后Linux命令行输入:unzip natapp_linux_amd64_2_3_9.zip
然后输入chmod +x natapp
再输入 ./natapp -authtoken=你的authtoken
即可。
最后打开自己的后端,指定127.0.0.1:5000就可以。
我用的是node.js
const PORT = process.env.PORT || 5000;
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)