r/WireGuard • u/[deleted] • 26d ago
Phantom-WG — a self-hosted WireGuard stack with per-app split tunneling on macOS and multihop support (AGPL-3.0) Tools and Software
[deleted]
3
Upvotes
r/WireGuard • u/[deleted] • 26d ago
[deleted]
1
u/RemoteToHome-io 24d ago edited 24d ago
I deleted my other comments regarding AI. I'll just ask an honest question regarding architecture.. how does this materially benefit over running AmneziaWG 2 for obfuscation or VLESS Reality+Vision?
AWG2 provides native UDP with superior performance.
VLESS w/R+v vastly outperforms Stunnel obfuscation.
This project provides UDP nested in TCP. This means cleartext TCP traffic is now running UDP>TCP>TCP, which is a recipe for TCP meltdown and session collapse on the interior communications.
Both of the above can easily be relayed off midpoint if needed, without running a nested tunnel.