Updated Using WireGuard Easy without Docker (markdown)

elandwg
2024-05-02 15:47:12 -07:00
parent 390a93240c
commit c502642477
+1 -1
@@ -9,7 +9,7 @@ git checkout production
mv src /app mv src /app
cd /app cd /app
npm ci --omit=dev 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 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 -