From 1fa78aafa48925880213b993af3a5982d6018771 Mon Sep 17 00:00:00 2001 From: Valentin Doche Date: Sat, 20 Jan 2024 08:00:39 +0100 Subject: [PATCH] I have created a wg-easy.service for my server, it's work but i'm not an expert in systemd --- Using-WireGuard-Easy-without-Docker.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index 9978b6e..1adf2bc 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -12,9 +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://envs.sh/QQK.txt <--broke?? -================================================================================ +wget -O /etc/systemd/system/wg-easy.service https://gist.githubusercontent.com/ValentinDoche/46397083753140babcb5a05fe60eb35d/raw/9cf7947bac95a73ae8680c9f868a5b7b4e2568e4/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