Skip to content

Instantly share code, notes, and snippets.

@akroii
Created February 20, 2018 07:13
Show Gist options
  • Select an option

  • Save akroii/ff2e0c1e4696c08cd7abcdae22abda95 to your computer and use it in GitHub Desktop.

Select an option

Save akroii/ff2e0c1e4696c08cd7abcdae22abda95 to your computer and use it in GitHub Desktop.
restricted access
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
Allow from 93.222
Allow from 217.7
Allow from 217.89
</IfModule>
<IfModule mod_authz_core.c>
Require ip 93.222
Require ip 217.7
Require ip 217.89
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment