Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-01 | luci-proto-wireguard: Fix misleading description | danrl | |
Description was misleading, as the routes are not created automatically. We have a flag to create routes. Added a hint what to fill into the AlledIPs field as users repeatedly have struggled to use it correctly. Thanks to Stefan Agner for providing feedback on this. Signed-off-by: Dan Luedtke <mail@danrl.com> | |||
2016-11-15 | luci-proto-wireguard: input validation optimization | danrl | |
2016-11-15 | luci-proto-wireguard: WireGuard VPN Protocol (New) | danrl | |
WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP. Signed-off-by: Dan Lüdtke mail@danrl.com |