Fast, modern, secure kernel VPN tunnel
https://www.wireguard.com/
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.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:vpn:wireguard/wireguard && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
WireGuard.keyring | 0000028765 28.1 KB | |
revert-compat-drop-support-for-SUSE-15.1.patch | 0000002929 2.86 KB | |
wireguard-kmp-preamble | 0000000096 96 Bytes | |
wireguard-linux-compat-1.0.20200908.tar.asc | 0000000858 858 Bytes | |
wireguard-linux-compat-1.0.20200908.tar.xz | 0000262708 257 KB | |
wireguard.changes | 0000152072 149 KB | |
wireguard.spec | 0000002572 2.51 KB |
Comments 2
I suggest dividing it into 3 subpackages. 1 kernel module 2 wg 3 wg-quick
wg-quick is a rather unstable and unpredictable utility. If I use systemd-networkd, I need only the kernel module and that's it.
OK, that's a kernel module, which is already enabled in Tumbleweed :). You just backported it to older releases :).