posts/wireguard: minor typos

This commit is contained in:
dogeystamp 2024-06-18 21:25:32 -04:00
parent 9005bbb4e5
commit b82f96ecd6
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -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`,