Created
July 19, 2017 14:07
-
-
Save crittermike/87b772f850572edab84b83c5155524cc to your computer and use it in GitHub Desktop.
Block IP address via IPTABLE (works on Digital Ocean)
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
sudo iptables -A INPUT -s [IPADDRESSHERE] -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment