Virtual NIC Capture
Never miss a single app's traffic
Standard system proxies only affect apps that respect proxy settings (mostly browsers). TUN mode creates a virtual NIC at the OS level to captureall application IP traffic—including games, CLI tools (npm, pip, git), P2P software, and more.
-
True Global Proxy
Game acceleration, Steam downloads, and terminal git clone all go through the proxy.
-
iptables Transparent Proxy (Linux)
Achieve transparent proxying on Linux via iptables/nftables without per-app configuration.
-
gVisor / System Stack Modes
gVisor offers better performance and isolation; System stack provides broader compatibility. Choose as needed.
-
Seamless Rule Integration
Traffic captured by TUN still passes through the rule engine for smart split-tunneling.
tun: enable: true stack: system # or gvisor dns-hijack: - any:53 - tcp://any:53 auto-route: true auto-detect-interface: true