Skip to content

Instantly share code, notes, and snippets.

@sejas
Last active June 24, 2016 17:54
Show Gist options
  • Save sejas/e71003d25f32ef6aae123456c4ccc6f6 to your computer and use it in GitHub Desktop.
Save sejas/e71003d25f32ef6aae123456c4ccc6f6 to your computer and use it in GitHub Desktop.
# Ban an IP Attack
iptables -A INPUT -s 191.96.249.53 -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment