From 197719db9a86528ee822ba479396df9444d4d7b6 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:00:01 +0100 Subject: [PATCH] Updated Using WireGuard Easy without Docker (markdown) --- Using-WireGuard-Easy-without-Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index a670f1f..4c03098 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -3,7 +3,7 @@ If you don't want to use docker, then install wireguard, nodejs and npm from you echo net.ipv4.ip_forward=1 >> /etc/sysctl.conf echo net.ipv4.conf.all.src_valid_mark=1 >> /etc/sysctl.conf sysctl -p -git clone https://github.com/WeeJeWel/wg-easy +git clone https://github.com/wg-easy/wg-easy cd wg-easy mv src /app cd /app @@ -23,7 +23,7 @@ systemctl start wg-easy.service To upgrade do the following
-git clone https://github.com/WeeJeWel/wg-easy # do this if you dont have the repository cloned aldready
+git clone https://github.com/wg-easy/wg-easy # do this if you dont have the repository cloned aldready
 cd wg-easy
 git pull
 rm -rf /app /node_modules