网络组织工具
虚拟组网vpn
headscale
- 简介
- 开源仓库:https://github.com/juanfont/headscale
- An open source, self-hosted implementation of the Tailscale control server
- Headscale 旨在实现一个自托管、开源的Tailscale控制服务器替代方案,可以实现较小范围内和实现单个Tailnet的功能,通常可用于设置为单个组织、家庭或个人使用。
Tailscale
-
简介
- 官网:https://tailscale.com/
- 源码仓库:https://github.com/tailscale/tailscale/
- 基于WireGuard虚拟组网vpn工具
-
优势
- 不论从易用性还是连接质量,tailscale全方面吊打zerotier
- P2P通信
p2p穿透
v2ray
-
简介
-
资料
- HTTP 伪装:https://toutyrater.github.io/advanced/httpfake.html
- 利用反向代理访问不具备公网 IP 的内网服务:https://toutyrater.github.io/app/reverse2.html
frp
-
文档资料:https://gofrp.org/
-
特点
- 能将内网侦听服务穿透到外网访问
- 支持p2p,也支持服务转发
- 使用udp或tcp通讯
- 支持socks5代理访问frp服务
- 支持ipv4和ipv6组合在一起
http隧道穿透
Suo5
-
简介
- 官网仓库:https://github.com/zema1/suo5
- Suo5 是一款高性能的 HTTP 代理隧道工具,基于 HTTP/1.1 的 Chunked-Encoding 构建,性能可以达到传统隧道工具的数十倍
-
特点
- 通过socks5服务接受客户端访问
- 通过http代理隧道穿透网络
-
优点
- 同时支持全双工与半双工模式,传输性能接近 FRP
-
缺点
- 没有伪装,容易被安全软件拦截
Neo-reGeorg
-
简介
- 官网仓库:https://github.com/L-codes/Neo-reGeorg
- 通过http通道,提供socks5代理服务
-
优点
- 提高可用性,避免特征检测
- 提高 tunnel 连接安全性
- 提高传输内容保密性
- 应对更多的网络环境场景下使用
-
缺点
- 性能较差