mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Readme File Updates
This commit is contained in:
parent
46e034edae
commit
f7ba4f77e2
4 changed files with 17 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
### Author: Mitchell Krog <mitchellkrog@gmail.com>
|
||||
### Version: 1.1
|
||||
|
||||
# Add on for Nginx Ultimate Bad Bot blocker
|
||||
# Add on for Nginx Ultimate Bad Bot, User-Agent and Spam Referrer Blocker
|
||||
GitHub: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# PULL REQUEST Instructions for Nginx Bad Bot Blocker
|
||||
# PULL REQUEST Instructions for Nginx Bad Bot and Spam Referrer Blocker
|
||||
|
||||
Please send any pull requests by adding your referers to the badreferers.list file
|
||||
in this directory. This helps me keep changes synchronized across both the Nginx Bad Bat Blocker
|
||||
as well as the Apache Bad Bot Blocker which use this same centralised list of bad referers.
|
||||
in this directory. This helps me keep changes synchronized across both the Nginx Bad Bat and Spam Referrer Blocker
|
||||
as well as the Apache Bad Bot and Spam Referrer Blocker which use this same centralised list of bad referrers.
|
||||
|
||||
Thank you for contributing to help produce the most extensive bad bot and spam referer
|
||||
Thank you for contributing to help produce the most extensive bad bot, user-agent and spam referrer
|
||||
blocker.
|
||||
|
||||
### If this helped you [You can buy me a beer](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BKF9XT6WHATLG):beer: or send some cheese for my mouse [](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create)
|
15
README.md
15
README.md
|
@ -2,13 +2,13 @@
|
|||
|
||||
<table style="width:100%;margin:0;">
|
||||
<tr>
|
||||
<td align="left"><img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/nginx-ultimate-bad-bot-referrer-blocker.png" alt="Nginx Ultimate Bad Bot Spam Referrer Blocker - Nginx Block Bad Bots, Vulnerability Scanners, Malware and Adware, Malicious Sites, Referer (Referrers) Spam Blocker with DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders"/></td>
|
||||
<td align="left"><img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/nginx-ultimate-bad-bot-referrer-blocker.png" alt="Nginx Ultimate Bad Bot Spam Referrer Blocker - Nginx Block Bad Bots, Vulnerability Scanners, Malware and Adware, Malicious Sites, Spam Referrers, Bad Referrers, Spam Blocker with DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders"/></td>
|
||||
<td align="right"><img src="https://travis-ci.org/mitchellkrogza/nginx-ultimate-bad-bot-blocker.svg?branch=master"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
# Nginx Bad Bot Blocker, Referer Blocker, Anti DDOS, Bad IP Blocker and Wordpress Theme Detector Blocker
|
||||
## The Ultimate Bad Bot and Referer Blocker for Nginx Web Servers including anti DDOS system and Wordpress Theme Detector Blocking
|
||||
# Nginx Bad Bot and User-Agent Blocker, Spam Referrer Blocker, Anti DDOS, Bad IP Blocker and Wordpress Theme Detector Blocker
|
||||
## The Ultimate Bad Bot, User-Agent and Spam Referrer Blocker for Nginx Web Servers including anti DDOS system and Wordpress Theme Detector Blocking
|
||||
|
||||
### Version 2.2017.02
|
||||
|
||||
|
@ -31,10 +31,13 @@ nginx.conf file.
|
|||
|
||||
#####Bad bots are:
|
||||
|
||||
- Bad Referers
|
||||
- Spam Referers
|
||||
- Spam bots
|
||||
- Bad Referrers
|
||||
- Bad User-Agent Strings
|
||||
- Spam Referrers
|
||||
- Spam Bots and Bad Bots
|
||||
- Sites Linked to Lucrative Malware, Adware and Ransomware Clickjacking Campaigns
|
||||
- Vulnerability scanners
|
||||
- Gambling and Porn Web Sites
|
||||
- E-mail harvesters
|
||||
- Content scrapers
|
||||
- Aggressive bots that scrape content
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Robots.txt Directives ONLY for People unable to use this Bot Blocker
|
||||
## DO NOT use this on any of your sites if you are running the Bad Bot Blocker
|
||||
# Robots.txt Directives ONLY for People unable to use the full Nginx Bad Bot, User-Agent and Spam Referrer Blocker
|
||||
## DO NOT use this on any of your sites if you are running the real Bad Bot Blocker (not needed)
|
||||
|
||||
The robots.txt file residing in this directory can be used to ADD onto your existing robots.txt file by placing this after anything you already have in your robots.txt file.
|
||||
|
||||
|
@ -30,6 +30,6 @@ Then your new file will look like this:
|
|||
|
||||
This will only help stop some bad bots from gaining access to your site
|
||||
this certainly does not provide nearly as much protection as the full
|
||||
Nginx Bad Bot Blocker
|
||||
Nginx Bad Bot, User-Agent and Spam Referrer Blocker
|
||||
|
||||
### If this helped you [You can buy me a beer](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BKF9XT6WHATLG):beer: or send some cheese for my mouse [](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create)
|
Loading…
Add table
Reference in a new issue