Had to fix formatting

This commit is contained in:
Tristan Ancelet 2023-11-26 15:52:09 -06:00
parent a9e98f8d64
commit 8ae1415e0c

View File

@ -13,7 +13,7 @@ sudo dnf install wireguard-tools
```
### Step 2: Setup wireguard interface configs
This step requires you to do multiple things:
This step requires you to do multiple things:
a) Generate a private & public key for both the server and client
b) Create a wireguard interface config for both the server & client
- In this step you will need to choose an IP for both server and client (the usual choice is on a subnet included in 10.0.0.0/8 (ex: 10.200.1.x/24)).