mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +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
|
||||
ufw status
|
||||
|
||||
# Reload firewall after some time to reset (fixes VPN)
|
||||
sleep 120s
|
||||
ufw reload
|
||||
|
||||
# Success
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user