Created
September 1, 2015 13:03
-
-
Save ziggear/389d7ef2d36ea5a3829f to your computer and use it in GitHub Desktop.
ban ips
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
iptables -I INPUT -s 204.124.183.100 -j DROP | |
iptables -I INPUT -s 222.186.21.236 -j DROP | |
iptables -I INPUT -s 182.100.67.4 -j DROP | |
iptables -I INPUT -s 186.5.7.98 -j DROP | |
iptables -I INPUT -s 211.151.17.134 -j DROP | |
iptables -I INPUT -s 93.174.95.81 -j DROP | |
iptables -I INPUT -s 200.141.133.74 -j DROP | |
iptables -I INPUT -s 222.186.56.117 -j DROP | |
iptables -I INPUT -s 43.229.53.21 -j DROP | |
iptables -I INPUT -s 218.87.111.108 -j DROP | |
iptables -I INPUT -s 222.186.21.227 -j DROP | |
iptables -I INPUT -s 209.92.176.48 -j DROP | |
iptables -I INPUT -s 119.97.231.102 -j DROP | |
iptables -I INPUT -s 94.79.33.21 -j DROP | |
iptables -I INPUT -s 183.152.83.74 -j DROP | |
iptables -I INPUT -s 189.3.169.162 -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment