Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created July 19, 2017 14:07
Show Gist options
  • Save crittermike/87b772f850572edab84b83c5155524cc to your computer and use it in GitHub Desktop.
Save crittermike/87b772f850572edab84b83c5155524cc to your computer and use it in GitHub Desktop.
Block IP address via IPTABLE (works on Digital Ocean)
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