内网穿透工具nps和frp

nps

https://github.com/cnlh/nps

免费,nps 的优势在于有一套官方提供的web管理端。
service端在云上搭建。

ip:8080 登陆service,账号:admin 密码:123

client端搭建在内网机器上。

startClient.sh

#!/bin/bash
nohup ./npc -server=公网ip:8024 -vkey=唯一验证密钥 >> info.log 2>&1 &
echo "启动成功!!!!"
tail -f -n100 ./info.log

frp

https://github.com/fatedier/frp

免费,缺点是每次增加或修改映射,都需要更改客户端配置文件,然后重启服务。

下载地址:https://github.com/fatedier/frp/releases

https://github.com/fatedier/frp/releases/download/v0.41.0/frp_0.41.0_linux_amd64.tar.gz

文档:https://gofrp.org/docs

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值