Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 21, 2025
1 parent 4f5671b commit 3476fa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions check-before-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,15 @@ Instead of completely disabling it is also possible to change the default zone.
firewall-cmd --set-default-zone trusted
```

to verify
To verify:

```
# firewall-cmd --get-default-zone
trusted
```

to list the policy for a zone
To list the policy for a zone:

```
# firewall-cmd --zone=trusted --list-all
trusted
Expand Down

0 comments on commit 3476fa9

Please sign in to comment.