From ff2b64a472e9b3182ed06a9cc4a18af6d115162e Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 16 Jul 2023 01:33:33 +0200 Subject: [PATCH] wireguard: updated usage --- wiki/vpn.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/vpn.md b/wiki/vpn.md index ee55b5b..f7fc530 100644 --- a/wiki/vpn.md +++ b/wiki/vpn.md @@ -58,7 +58,7 @@ accesses the server. WireGuard clients can be found for many devices. For Android for example there is [Wireguard for Android in the F-Droid store](https://f-droid.org/de/packages/com.wireguard.android/). -For most linux distributions there is a package called `wireguard`. +For most linux distributions there is a package called `wireguard-tools`. ### Usage (WG) @@ -78,3 +78,5 @@ wg-quick down wg0 When using multiple `.conf` files the number behind `wg` can be incremented. When starting and stopping wireguard with `wg-quick` the corresponding number should be used. +Alternatively also other names not including `wg` can be used. +The term `wg0` the incremented version of it has to be changed accordingly then.