From 0b26c4ddc3fccc047ccb1112be32589165e1c4a8 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sun, 26 Nov 2023 15:52:45 -0600 Subject: [PATCH] Had to fix formatting --- Home_Lab/SetupWireguard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home_Lab/SetupWireguard.md b/Home_Lab/SetupWireguard.md index b6ad512..7f5a76a 100644 --- a/Home_Lab/SetupWireguard.md +++ b/Home_Lab/SetupWireguard.md @@ -14,8 +14,8 @@ sudo dnf install wireguard-tools ### Step 2: Setup wireguard interface configs 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 +1. Generate a private & public key for both the server and client +2. 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)). #### A: Create Pub & Priv keys (server & client)