Updated Using WireGuard Easy without Docker (markdown)

Philip H
2024-01-01 01:57:35 +01:00
parent 26cd855206
commit 471a69f268
+2 -2
@@ -7,7 +7,7 @@ git clone https://github.com/WeeJeWel/wg-easy
cd wg-easy cd wg-easy
mv src /app mv src /app
cd /app cd /app
npm ci --production npm ci --omit=dev
cp node_modules .. cp 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
@@ -29,6 +29,6 @@ git pull
rm -rf /app /node_modules rm -rf /app /node_modules
mv src /app mv src /app
cd /app cd /app
npm ci --production npm ci --omit=dev
cp node_modules .. cp node_modules ..
</pre> </pre>