美文网首页
内网穿透技术

内网穿透技术

作者: 该帐号已被查封_才怪 | 来源:发表于2019-12-17 14:33 被阅读0次

    实现内网穿透技术的服务有localtunnel、 花生壳、idcfengye、ngrok(支持http及https)natapp(基于国外ngrok改造的)frp(不常用)、pagekite.net(不常用)、小米球natfrp 等;下面主要介绍自己长使用的localtunnel及域名解析工具xip.io;

    一、localtunnel 简介:

    1、官网 https://github.com/localtunnel/localtunnel

    2、安装

    npm install -g localtunnel
    

    3、启动

    lt --port 3000
    

    4、查看
    通过https://warm-treefrog-69.localtunnel.me/ 即可访问你的内网

    image.png

    5、扩展
    由于localtunnel.me在国外,可以自己搭建一套服务,具体可以参考一下资料:
    https://github.com/localtunnel/server
    https://www.jianshu.com/p/dac1fbf85392

    当然,你也可以直接 lt --port 端口号 --host https://tunnel.svrx.io tunnel.svrx.io的服务;
    还可以使用--subdomain 指定前缀:

    lt --port 3000 --host https://localtunnel.me  --subdomain hhhhh666888
    
    lt --port 3000 --host https://tunnel.svrx.io  --subdomain hhhhh666888
    

    二、相关话题--域名解析工具xip.io

    1、官网介绍
    image.png
    2、例子

    举例a:例如112.80.248.76 是百度的网址,那么我们可以通过112.80.248.76.xip.io 访问百度的网址;
    举例b:例如http://172.0.0.1:3000/#/gamelist是你本地跑的网址,那么我们可以通过http://172.0.0.1.xip.io:3000/#/gamelist访问百度的网址;
    举例c:

    image.png

    相关文章

      网友评论

          本文标题:内网穿透技术

          本文链接:https://www.haomeiwen.com/subject/bwmsnctx.html