From b82f96ecd66dec1e2a5b25cb4c16b2f7ed1d0f2c Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 18 Jun 2024 21:25:32 -0400 Subject: [PATCH] posts/wireguard: minor typos --- posts/wireguard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/wireguard.md b/posts/wireguard.md index e9fc32d..1965af3 100644 --- a/posts/wireguard.md +++ b/posts/wireguard.md @@ -92,7 +92,7 @@ In Arch Linux, this comes in the `wireguard-tools` package: `wg-quick` stores config files under `/etc/wireguard/`. Each config file has the name `[name].conf`, where the file name is used as the _interface_ name. -These are the same network interfaces as `wlan0` or `eth0`: +These are the same network interfaces as `wlan0` or `eth0`; WireGuard typically uses names like `wg0`. ### server configuration @@ -209,7 +209,7 @@ be sure to have sane firewall rules before doing this. -## client configuration +### client configuration Let's now examine the Client's configuration file. If the client is running Linux, it will also be in `/etc/wireguard/*.conf`,