This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #|-------------------------------------------------------------------------- | |
| # GeoIP Firewall script for firewalld | |
| # | |
| # Written by Simon Bouchard <sbouchard@layer7.email> | |
| # Refactored and inspired from https://gist.github.com/Pandry/21fc0e30abbfd0579ec69c491b99a446 | |
| # | |
| # Created: Mars 2022 | |
| # |