Created
February 20, 2018 07:13
-
-
Save akroii/ff2e0c1e4696c08cd7abcdae22abda95 to your computer and use it in GitHub Desktop.
restricted access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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