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:43:09 +0000 (21:43 +0100)
commit9caa982c1958057a41c8b0bead13095d3c58466f
tree92c8418af26b7342a8c540160064a001b3127021
parent5566b3acef245873d7cbb294f637a63a7f58f634
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]