当前位置: 首页 > 工具软件 > localtunnel > 使用案例 >

使用localtunnel做内网穿透

易雅畅
2023-12-01

localtunnel时基于nodejs的内网穿透服务

1、全局安装localtunnel
npm i -g localtunnel
2、内网穿透

lt --subdomain <地址前缀> --port 8088(穿透的端口)

3、例子
lt --subdomain mynet --port 8088
your url is: https://mynet.loca.lt

访问 https://mynet.loca.lt 相当于访问 localhost:8088 并且外网可以访问

 类似资料: