From d53fa24a99b978f0e69a996fd47e3dd63c8842f4 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:59:00 +0100 Subject: [PATCH] Updated Using WireGuard Easy without Docker (markdown) --- Using-WireGuard-Easy-without-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index d35d128..04d31e7 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -12,7 +12,7 @@ cp node_modules .. ufw allow 51821/tcp # (webui) Only for users of the UFW firewall ufw allow 51820/udp # (wireguard listening port) Only for users of the UFW firewall cd - -wget -O /etc/systemd/system/wg-easy.service https://raw.githubusercontent.com/wg-easy/wg-easy/master/wg-easy.service +curl -Lo /etc/systemd/system/wg-easy.service https://raw.githubusercontent.com/wg-easy/wg-easy/master/wg-easy.service nano /etc/systemd/system/wg-easy.service # Replace everything that is marked as 'REPLACEME' and tweak it to your liking systemctl daemon-reload systemctl enable --now wg-easy.service