Skip to content

Instantly share code, notes, and snippets.

@apinstein
Created March 28, 2013 16:02
Show Gist options
  • Save apinstein/5264406 to your computer and use it in GitHub Desktop.
Save apinstein/5264406 to your computer and use it in GitHub Desktop.
Emergency devops
# manually ban IP's (to a named iptables chain)
iptables -nL
iptables -A fail2ban-apache-badbots -p all -s 74.117.180.16 -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment