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 15:55:47 +0000 (16:55 +0100)
commita508b8d7ee50b48b1696878866c97d2e38e44106
tree92c8418af26b7342a8c540160064a001b3127021
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]