Skip to content
Snippets Groups Projects
Verified Commit d4d88519 authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

banning.md: Point out firewall reload

parent 60c73b67
No related branches found
No related tags found
No related merge requests found
Pipeline #122932 passed
......@@ -33,3 +33,10 @@ To remove a banned IP Address:
```
firewall-cmd --remove-rich-rule='rule family="ipv6" source address="1:2:3:4:6::" reject' --zone=public
```
## Applying your changes
After adding new rules you need to reload the firewall:
```
firewall-cmd --reload
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment