Created
September 17, 2019 20:09
-
-
Save aorfanos/50cab0851c95bc3ec9cf51c4cef13e55 to your computer and use it in GitHub Desktop.
This file contains 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
#block an IP range | |
iptables -I INPUT -m iprange --src-range <from>-<to> -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment