|
@@ -16,8 +16,8 @@
|
|
|
|
|
|
### Version Information #
|
|
|
###################################################
|
|
|
-### Version: V3.2018.08.916
|
|
|
-### Updated: Mon Aug 6 10:32:09 SAST 2018
|
|
|
+### Version: V3.2018.08.950
|
|
|
+### Updated: Mon Aug 6 13:59:47 SAST 2018
|
|
|
### Bad Referrer Count: 6343
|
|
|
### Bad Bot Count: 529
|
|
|
###################################################
|
|
@@ -699,7 +699,7 @@ BrowserMatchNoCase "^(.*?)(\bZyBorg\b)(.*)$" bad_bot
|
|
|
# Include your Own Custom List of Bad User Agents
|
|
|
# ***********************************************
|
|
|
|
|
|
-Include "/etc/apache2/custom.d/blacklist-user-agents.conf"
|
|
|
+Include custom.d/blacklist-user-agents.conf
|
|
|
|
|
|
# ************************************
|
|
|
# GOOD REFERERS - Spared from Checking
|
|
@@ -713,7 +713,7 @@ Include "/etc/apache2/custom.d/blacklist-user-agents.conf"
|
|
|
# Read Comments inside whitelist-domains.conf for customization tips.
|
|
|
# Updating the main globalblacklist.conf file will not touch your custom include files
|
|
|
|
|
|
-Include "/etc/apache2/custom.d/whitelist-domains.conf"
|
|
|
+Include custom.d/whitelist-domains.conf
|
|
|
|
|
|
|
|
|
# ****************************************
|
|
@@ -783,7 +783,7 @@ Include "/etc/apache2/custom.d/whitelist-domains.conf"
|
|
|
# Read Comments inside bad-referrer-words.conf for customization tips.
|
|
|
# Updating the main globalblacklist.conf file will not touch your custom include files
|
|
|
|
|
|
-Include "/etc/apache2/custom.d/bad-referrer-words.conf"
|
|
|
+Include custom.d/bad-referrer-words.conf
|
|
|
|
|
|
# ************************
|
|
|
# Bad Referer Domain Names
|
|
@@ -7213,6 +7213,8 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
|
|
|
<RequireAll>
|
|
|
|
|
|
Require all granted
|
|
|
+ Require not env bad_bot
|
|
|
+ Require not env spam_ref
|
|
|
|
|
|
# *************************
|
|
|
# Wordpress Theme Detectors
|
|
@@ -7281,10 +7283,8 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
|
|
|
# Read Comments inside blacklist-ips.conf for customization tips.
|
|
|
# Updating the main globalblacklist.conf file will not touch your custom include files
|
|
|
|
|
|
- Include "/etc/apache2/custom.d/blacklist-ips.conf"
|
|
|
+ Include custom.d/blacklist-ips.conf
|
|
|
|
|
|
- Require not env bad_bot
|
|
|
- Require not env spam_ref
|
|
|
|
|
|
</RequireAll>
|
|
|
|
|
@@ -7307,7 +7307,7 @@ SetEnvIfNoCase Referer ~*zzlgxh\.com spam_ref
|
|
|
# Read Comments inside whitelist-ips.conf for customization tips.
|
|
|
# Updating the main globalblacklist.conf file will not touch your custom include files
|
|
|
|
|
|
- Include "/etc/apache2/custom.d/whitelist-ips.conf"
|
|
|
+ Include custom.d/whitelist-ips.conf
|
|
|
|
|
|
# ***********
|
|
|
# Google Bots
|