mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Blocker Update Notifications
Notification System for this repo introduced today. You can subscribe to notifications at: **https://groups.google.com/forum/#!forum/nginx-ultimate-bad-bot-blocker** or send a blank email to **nginx-ultimate-bad-bot-blocker+subscribe@googlegroups.com** Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
This commit is contained in:
parent
23960467c2
commit
8eca90d4b3
6 changed files with 46 additions and 15 deletions
|
@ -1,5 +1,11 @@
|
|||
# CHANGELOG - Nginx Bad Bot Blocker
|
||||
|
||||
### 2017-04-11
|
||||
- Introduced Repo Email Notification Mailing List
|
||||
- Please subscribe your email address to the mailing list at **https://groups.google.com/forum/#!forum/nginx-ultimate-bad-bot-blocker**
|
||||
or simply send a blank email to **nginx-ultimate-bad-bot-blocker+subscribe@googlegroups.com** to subscribe.
|
||||
Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
|
||||
|
||||
### 2017-03-02
|
||||
- V2.2017.05 - Added New Include Method for Including your own custom list of Bad User-Agents
|
||||
or Bots that you want to permanently block.
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
##### Copyright Mitchell Krog <mitchellkrog@gmail.com>
|
||||
### Version 2.2017.05
|
||||
|
||||
## Update Notification System
|
||||
Please subscribe your email address to the mailing list at **https://groups.google.com/forum/#!forum/nginx-ultimate-bad-bot-blocker**
|
||||
or simply send a blank email to **nginx-ultimate-bad-bot-blocker+subscribe@googlegroups.com** to subscribe.
|
||||
Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
|
||||
|
||||
# CONFIGURATION OF THE NGINX BAD BOT BLOCKER:
|
||||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY
|
||||
|
||||
|
|
|
@ -60,3 +60,8 @@ Be sure to add the rate limiting zone to your nginx.conf as per instructions in
|
|||
|
||||
|
||||
### 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:
|
||||
|
||||
## Update Notification System
|
||||
Please subscribe your email address to the mailing list at **https://groups.google.com/forum/#!forum/nginx-ultimate-bad-bot-blocker**
|
||||
or simply send a blank email to **nginx-ultimate-bad-bot-blocker+subscribe@googlegroups.com** to subscribe.
|
||||
Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
|
|
@ -8,3 +8,8 @@ Thank you for contributing to help produce the most extensive bad bot, user-agen
|
|||
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:
|
||||
|
||||
## Update Notification System
|
||||
Please subscribe your email address to the mailing list at **https://groups.google.com/forum/#!forum/nginx-ultimate-bad-bot-blocker**
|
||||
or simply send a blank email to **nginx-ultimate-bad-bot-blocker+subscribe@googlegroups.com** to subscribe.
|
||||
Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
|
|
@ -21,6 +21,11 @@
|
|||
- Includes the creation of a google-exclude.txt file for creating filters / segments in Google Analytics (see instructions lower down)
|
||||
- Includes the creation of a google-disavow.txt file for use in Google Webmaster Tools (see instructions lower down)
|
||||
|
||||
## Update Notification System
|
||||
Please subscribe your email address to the mailing list at **https://groups.google.com/forum/#!forum/nginx-ultimate-bad-bot-blocker**
|
||||
or simply send a blank email to **nginx-ultimate-bad-bot-blocker+subscribe@googlegroups.com** to subscribe.
|
||||
Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
|
||||
|
||||
### WHY BLOCK BAD BOTS ?
|
||||
|
||||
##### Bad bots are:
|
||||
|
|
|
@ -33,3 +33,8 @@ this certainly does not provide nearly as much protection as the full
|
|||
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:
|
||||
|
||||
## Update Notification System
|
||||
Please subscribe your email address to the mailing list at **https://groups.google.com/forum/#!forum/nginx-ultimate-bad-bot-blocker**
|
||||
or simply send a blank email to **nginx-ultimate-bad-bot-blocker+subscribe@googlegroups.com** to subscribe.
|
||||
Please make sure you are subscribed to notifications to be notified when the blocker is updated and also to be notified when any important or mission critical changes take place.
|
Loading…
Add table
Reference in a new issue