by johnramsden on 3/8/18, 1:03 AM with 38 comments
by pstadler on 3/11/18, 10:09 PM
Apparently, Linus wants it in the Kernel[2].
[1] https://github.com/hobby-kube/guide/blob/master/README.md [2] https://lkml.org/lkml/2018/2/13/752
by rasengan on 3/12/18, 4:38 AM
by adynatos on 3/8/18, 4:01 PM
by johnramsden on 3/8/18, 1:05 AM
by rhn_mk1 on 3/11/18, 10:30 PM
Does it work as a link between two devices, or one-to-many? Does it support peer-to-peer connections within the group?
by mycall on 3/12/18, 2:54 AM
by feelin_googley on 3/11/18, 9:10 PM
It does not require SSL/TLS, it can use Curve25519 and it is faster than OpenVPN.
It is a userland daemon (using /dev/tap), so it may be slower than Wireguard.
However I think it is more portable than WireGuard. (That is an important feature to me.)
How portable is WireGuard to BSD, Minix, Plan9, etc?