From 8ff222143423360956d69cc9bb53d64090048def Mon Sep 17 00:00:00 2001 From: SSH TURBO <64099400+universoflix@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:10:45 -0300 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 744fd2b..ea20cd7 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -13,7 +13,7 @@ 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 -vim /etc/systemd/system/wg-easy.service # Replace everything that is marked as 'REPLACEME' and tweak it to your liking +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 systemctl start wg-easy.service