add firewalld inspection notes

This commit is contained in:
2025-11-18 09:57:00 -05:00
parent 5161dced6e
commit b75aac76c2

View File

@@ -21,3 +21,13 @@ firewall-cmd --info-service=samba
# Get zone information
firewall-cmd --info-zone=drop
```
## Inspecting Zones
```bash
# List all active rules
firewall-cmd --list-all
# Log all denies
firewall-cmd --set-log-denied=all
```