From 8d08c427a33c863190c9540abee7985bbecc5da8 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sun, 26 Nov 2023 16:04:49 -0600 Subject: [PATCH] Finished comment in step 2 --- Home_Lab/SetupWireguard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home_Lab/SetupWireguard.md b/Home_Lab/SetupWireguard.md index 04de1aa..d23725c 100644 --- a/Home_Lab/SetupWireguard.md +++ b/Home_Lab/SetupWireguard.md @@ -42,7 +42,7 @@ client_ip=10.200.1.2 masquerade_interface=eno1 # You will need to find out what interface you want/need to use (just look it up with "ip address" or "ifconfig" (whatever your util is)) -### This will actually generate the config using bash, but feel free to do it manually (for your choice of IPs you will need to make sure you +### This will actually generate the config using bash, but feel free to do it manually (for your choice of IPs you will need to make sure you are consistant between the server and client peer configs) cat > wg0-server.conf <