mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Fix VPN issue where firewall needs to restart after VPN is active
This commit is contained in:
parent
6882991b5e
commit
932c7dc7e6
|
@ -38,5 +38,9 @@ systemctl enable ufw
|
||||||
# Check UFW status
|
# Check UFW status
|
||||||
ufw status
|
ufw status
|
||||||
|
|
||||||
|
# Reload firewall after some time to reset (fixes VPN)
|
||||||
|
sleep 120s
|
||||||
|
ufw reload
|
||||||
|
|
||||||
# Success
|
# Success
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue
Block a user