组网ZeroTier/ztncui平台Tailscale/Headscale官方P2P内网穿透NetBird/EasyTier开源Planet/moon/DERP中转加速

各平台下载及安装配置

https://www.zerotier.com
https://github.com/zerotier/ZeroTierOne
https://key-networks.com/ztncui
https://github.com/key-networks/ztncui
以下三个都基于WireGuard
https://tailscale.com
https://github.com/tailscale/tailscale
https://headscale.net
https://github.com/juanfont/headscale
https://netbird.io
https://github.com/netbirdio
https://easytier.cn
https://github.com/EasyTier/EasyTier

EasyTier组网平台细节

#独立服务器配置文件
ipv4 = "10.126.255.254/16" #sz00af网络时服务器IP后续客户端加入的分配16位子网IP

listeners = [
    "tcp://0.0.0.0:8239",
    "udp://0.0.0.0:8239",
]
rpc_portal = "0.0.0.0:15888" #可删除cli默认连接15888

[network_identity]
network_name = "sz00af"
network_secret = "www.00af.com"

#开启wireguard功能(可选)需监听端口
[vpn_portal_config]
client_cidr = "192.168.100.0/24"
wireguard_listen = "0.0.0.0:22222"

[flags]
enable_kcp_proxy = true 开启KCP加速ws/wss
multi_thread = false 开启物理网卡
no_tun = true 不启用tun网卡模式
relay_network_whitelist = "sb-*" 只限以sb-开头的网络

#加入指定开头的网络10.126.126.0/24位,也可指定其它子网位1-32

#客户端运行说明
Linux/WRT系统:直接./easytier -w 00af #绑定官方面板
./easytier 以服务器模式运行监听11010/11012等多端口
Win系统需要多加二个文件,主程序可更改名称
./easytier -c e.toml #指定配置文件运行其它参数忽略
滚动至顶部