Disable UFW logging

This commit is contained in:
Taylor Helsper 2019-10-18 22:44:09 -05:00
parent 755a5cdfec
commit e8db91f146

View File

@ -42,6 +42,7 @@ ufw status
# Reload firewall after some time to reset (fixes VPN)
sleep 120s
ufw reload
ufw logging off
# Success
exit 0