|
|
|
|
|
by rjmalagon
1826 days ago
|
|
Very different.
WireGuard is explicit basic, only cares how to make an encrypted link between two devices, and do it very well. Key exchange, IP assignation and routing are manual work. There are solution build on top of WireGuard (Tailscale is one of them) that puts some "automagic". YG puts more "magic" on protocol (autorouting, mesh making, etc), but is not that clean on design (crypto not formally tested, latency prone TCP links, not good enough NAT punching, etc). Wireguard and YG are different tools on the SDN network toolbox, and can be mixed for special porpoises. |
|