Updated Using WireGuard Easy without Docker (markdown)

SSH TURBO
2022-12-08 21:10:45 -03:00
parent 50e9c09890
commit 8ff2221434
+1 -1
@@ -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 ufw allow 51820/udp # (wireguard listening port) Only for users of the UFW firewall
cd - 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
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 daemon-reload
systemctl enable --now wg-easy.service systemctl enable --now wg-easy.service
systemctl start wg-easy.service systemctl start wg-easy.service