Files
2026-07-27 03:40:53 +03:00

242 B

ufw disable

Unload and disable the firewall on boot. More information: https://manned.org/ufw.

  • Simulate disabling the firewall without making changes:

sudo ufw --dry-run disable

  • Unload and disable ufw:

sudo ufw disable