luci-proto-wireguard: WireGuard VPN Protocol (New)
authordanrl <mail@danrl.com>
Tue, 15 Nov 2016 15:55:47 +0000 (16:55 +0100)
committerdanrl <mail@danrl.com>
Tue, 15 Nov 2016 20:40:14 +0000 (21:40 +0100)
commit71770c1d9ac829567a176de7050e1773247fc061
tree51cd8e7b59d66d2030ff1ba0e0d0f53e3dd4e8f2
parentd4bbf44fbbac312633a4d104c55734c61f712c9e
luci-proto-wireguard: WireGuard VPN Protocol (New)

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
protocols/luci-proto-wireguard/Makefile [new file with mode: 0644]
protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua [new file with mode: 0644]
protocols/luci-proto-wireguard/luasrc/model/network/proto_wireguard.lua [new file with mode: 0644]