mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 15:34:24 +00:00
V2.2017.04 - Added new include files method for whitelisting your own IP’s and Domain Names
This commit is contained in:
parent
477b85609e
commit
c7acdfa822
7 changed files with 58 additions and 59 deletions
1
bots.d/whitelist-domains.conf
Normal file
1
bots.d/whitelist-domains.conf
Normal file
|
@ -0,0 +1 @@
|
|||
"~*~*mydomain.com" 0;
|
1
bots.d/whitelist-ips.conf
Normal file
1
bots.d/whitelist-ips.conf
Normal file
|
@ -0,0 +1 @@
|
|||
127.0.0.1 0;
|
Loading…
Add table
Add a link
Reference in a new issue