mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Updated Readme
This commit is contained in:
parent
65c542494b
commit
8c233c5114
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -92,14 +92,16 @@ what it is first .... well it's foolish to say the least.
|
||||||
### DROP THEM AND THAT'S IT
|
### DROP THEM AND THAT'S IT
|
||||||
|
|
||||||
Nginx has a lovely error called 444 which just literally drops the connection. All these rules issue a
|
Nginx has a lovely error called 444 which just literally drops the connection. All these rules issue a
|
||||||
444 response so if a rule matches the requesting IP simply get's no response and it would appear you server
|
444 response so if a rule matches, the requesting IP simply get's no response and it would appear that your
|
||||||
does not exist to them.
|
server does not exist to them or appears to be offline.
|
||||||
|
|
||||||
### RATE LIMITING FUNCTIONALITY BUILT IN
|
### RATE LIMITING FUNCTIONALITY BUILT IN
|
||||||
|
|
||||||
For bot's or spiders that you still want to allow, you can use the built in rate limiting functions
|
For bot's or spiders that you still want to allow but want to limit their visitation rate, you can use the
|
||||||
I have included. The file is extensively commented so you should figure it out otherwise simply message
|
built in rate limiting functions I have included. The file is extensively commented throughout so you should
|
||||||
me if you are having problems. (Read configuration instructions below thoroughly)
|
figure it out otherwise simply message me if you are having problems.
|
||||||
|
|
||||||
|
## (Read configuration instructions below thoroughly)
|
||||||
|
|
||||||
## FEATURES:
|
## FEATURES:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue