mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-04-11 11:36:54 +02:00
* UAPI changes for Amnezia kernel module * Fix indents * Fix indents * Fix indents * Change protocol type * Change protocol type * Change protocol type * Change protocol type * Revert "Change protocol type" * K * Fix wg-quick * Prepare packaging * Prepare packaging * Prepare packaging * Prepare packaging * naming convention fix * Bash completions * Naming unify * Naming unify * SPEC file for RPM build * SPEC file for RPM build * SPEC file for RPM build * SPEC file for RPM build --------- Co-authored-by: Mark Puha <marko10@inf.elte.hu>
16 lines
565 B
Text
16 lines
565 B
Text
Using the WireGuard VPN and encrypted network tunnel
|
|
====================================================
|
|
|
|
To use WireGuard, you'll need an additional kernel module which will
|
|
probably be built in for Linux 5.6 and later.
|
|
|
|
On debian systems with a kernel older than 5.6, you should be able to
|
|
build and install the kernel module with only:
|
|
|
|
apt install linux-headers-$(uname -r) wireguard-dkms
|
|
|
|
Please see https://www.wireguard.com/quickstart for more details on
|
|
using WireGuard.
|
|
|
|
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net>, Wed, 15 Jan 2020 10:41:35 -0500
|
|
|