EasyTier / EasyTier

A simple, decentralized mesh VPN with WireGuard support.
https://easytier.top
Apache License 2.0
459 stars 41 forks source link

support no tun mode #141

Closed KKRainbow closed 2 weeks ago

KKRainbow commented 2 weeks ago

no tun mode can be enabled by arg --no-tun, no-tun mode do not need root permission.

when using no tun mode, other virtual node can visit this node but not reverse.

no-tun node may use SOCKS5 to visit other node, but not in this patch.