posts/wireguard: minor typos
This commit is contained in:
parent
9005bbb4e5
commit
b82f96ecd6
@ -92,7 +92,7 @@ In Arch Linux, this comes in the `wireguard-tools` package:
|
|||||||
`wg-quick` stores config files under `/etc/wireguard/`.
|
`wg-quick` stores config files under `/etc/wireguard/`.
|
||||||
Each config file has the name `[name].conf`,
|
Each config file has the name `[name].conf`,
|
||||||
where the file name is used as the _interface_ name.
|
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`.
|
WireGuard typically uses names like `wg0`.
|
||||||
|
|
||||||
### server configuration
|
### 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.
|
Let's now examine the Client's configuration file.
|
||||||
If the client is running Linux, it will also be in `/etc/wireguard/*.conf`,
|
If the client is running Linux, it will also be in `/etc/wireguard/*.conf`,
|
||||||
|
Loading…
Reference in New Issue
Block a user