Permalink
Browse files
Added wireguard metapackage.
- Loading branch information...
Showing
with
19 additions
and
0 deletions.
-
+19
−0
debian/control
|
|
@@ -13,6 +13,25 @@ Homepage: https://www.wireguard.io |
|
|
|
Vcs-Git: https://github.com/EggieCode/wireguard-ppa.git |
|
|
|
Vcs-Browser: https://github.com/EggieCode/wireguard-ppa |
|
|
|
|
|
|
|
Package: wireguard |
|
|
|
Architecture: all |
|
|
|
Depends: |
|
|
|
wireguard-dkms (= ${source:Version}) | wireguard-modules, |
|
|
|
wireguard-tools (<< ${source:Version}.1~), |
|
|
|
wireguard-tools (>= ${source:Version}), |
|
|
|
${misc:Depends}, |
|
|
|
Description: fast, modern, secure kernel VPN tunnel (metapackage) |
|
|
|
WireGuard is a novel VPN that runs inside the Linux Kernel and uses |
|
|
|
state-of-the-art cryptography (the "Noise" protocol). 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. |
|
|
|
. |
|
|
|
This metapackage explicitly depends on both the kernel module and the |
|
|
|
userspace tooling. |
|
|
|
|
|
|
|
Package: wireguard-dkms |
|
|
|
Architecture: all |
|
|
|
Depends: |
|
|
|
0 comments on commit
1c50297