Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active January 6, 2018 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/ec7c02d83a50018904d537e65d0cb897 to your computer and use it in GitHub Desktop.
Save uno-de-piera/ec7c02d83a50018904d537e65d0cb897 to your computer and use it in GitHub Desktop.
#BLOQUEAR VARIAS IPS
Order Deny,Allow
Deny from 111.111.111.111
Deny from 222.222.222.222
Deny from 333.333.333.333
#BLOQUEAR TODAS LAS IPS QUE EMPIEZAN POR 111.111
Deny from 111.111.
Deny from 111.111.111.111/24
#BLOQUEAR IPV6
Deny from 2001:0db8:0a0b:12f0:0000:0000:0000:0001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment