From 40eb2f0ec22ac8c9ad17becd4a2954d3f02b0478 Mon Sep 17 00:00:00 2001 From: Barry Allen <46638930+wh0dat@users.noreply.github.com> Date: Sat, 9 Sep 2023 02:14:39 -0500 Subject: [PATCH] whats going on here? please update --- Using-WireGuard-Easy-without-Docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index ea20cd7..6739a47 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -12,7 +12,9 @@ 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 +================================================================================ +wget -O /etc/systemd/system/wg-easy.service https://envs.sh/QQK.txt <--broke?? +================================================================================ 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