diff --git a/rootfs/standard/usr/bin/mynode_firewall.sh b/rootfs/standard/usr/bin/mynode_firewall.sh index ffb5a2e2..eaa40e9d 100755 --- a/rootfs/standard/usr/bin/mynode_firewall.sh +++ b/rootfs/standard/usr/bin/mynode_firewall.sh @@ -38,5 +38,9 @@ systemctl enable ufw # Check UFW status ufw status +# Reload firewall after some time to reset (fixes VPN) +sleep 120s +ufw reload + # Success exit 0 \ No newline at end of file