scripts/start-server.sh aktualisiert

This commit is contained in:
2025-01-07 22:48:25 +01:00
parent 6678da5bb3
commit 202df122b8

View File

@@ -13,7 +13,7 @@ echo "---Starting WireGuard tunnel---"
sudo wg-quick up wg0 > /dev/null 2>&1
EXIT_STATUS=$?
echo "---Adding iptables---"
echo "---Adding iptables and killswitch---"
sudo /usr/local/bin/iptables-wg
if [ "${EXIT_STATUS}" != 0 ]; then