From c502642477a5e287e8dcc03c63b9d8660e52f910 Mon Sep 17 00:00:00 2001 From: elandwg <86738571+elandwg@users.noreply.github.com> Date: Thu, 2 May 2024 15:47:12 -0700 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 f3e0444..726bc40 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -9,7 +9,7 @@ git checkout production mv src /app cd /app npm ci --omit=dev -cp node_modules .. +cp -r 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 -