remove duplicate ufw rule

This commit is contained in:
RadekSabacky
2025-11-14 13:24:20 +01:00
parent ce26105986
commit 842ce93a60
@@ -28,6 +28,5 @@ ufw allow 9000/tcp # Nym Specific - clients port
ufw allow 9001/tcp # Nym specific - wss port
ufw allow 51822/udp # WireGuard
ufw allow in on nymwg to any port 51830 proto tcp # bandwidth queries/topup - inside the tunnel
ufw allow 'Nginx Full' && \
ufw reload && \
ufw status