Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/security/wireguard_vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following are minimum requirements for this procedure:

## Installing WireGuard

Install Extra Packages for Enterprise Linux(EPEL):
Install Extra Packages for Enterprise Linux (EPEL):

```bash
sudo dnf install epel-release
Expand Down Expand Up @@ -214,7 +214,7 @@ The peer's configuration file now includes a rule, `PersistentKeepalive = 25`. T
Output the peer's public key and copy it:

```bash
sudo cat /etc/wiregaurd/publickey
sudo cat /etc/wireguard/publickey
```

On the server, run the following command, replacing `peer_publickey` with the peers public key:
Expand Down