公众号:架构师与哈苏
关注公众号进入it交流群! 公众号:架构师与哈苏 不定时都会推送一些实用的干货。。。
posts - 305,comments - 4,views - 10万

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

posted on   公众号/架构师与哈苏  阅读(1181)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
历史上的今天:
2021-03-24 liunx上安装nacos
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示