ufw-{enable, disable}: add page (#23250)

This commit is contained in:
Pradeep Tarakar
2026-07-27 03:40:53 +03:00
committed by GitHub
parent aa1ed40712
commit 0ffcebbaad
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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`
+12
View File
@@ -0,0 +1,12 @@
# ufw enable
> Reload and enable the firewall on boot.
> More information: <https://manned.org/ufw>.
- Simulate enabling the firewall without making changes:
`sudo ufw --dry-run enable`
- Reload and enable `ufw`:
`sudo ufw enable`