diff --git a/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf index 5e7b40478..275634a79 100644 --- a/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf @@ -26,4 +26,4 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.184.60.113 0; +130.211.203.139 0; diff --git a/.dev-tools/_conf_files_test1/conf.d/botblocker-nginx-settings.conf b/.dev-tools/_conf_files_test1/conf.d/botblocker-nginx-settings.conf index 6f7052bf5..f56e9a62a 100644 --- a/.dev-tools/_conf_files_test1/conf.d/botblocker-nginx-settings.conf +++ b/.dev-tools/_conf_files_test1/conf.d/botblocker-nginx-settings.conf @@ -10,8 +10,19 @@ # # ############################################################################## +# Version 1.1 -server_names_hash_bucket_size 64; +server_names_hash_bucket_size 128; server_names_hash_max_size 4096; limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s; -limit_conn_zone $binary_remote_addr zone=addr:50m; \ No newline at end of file +limit_conn_zone $binary_remote_addr zone=addr:50m; + +# **************************************************************************** +# NOTE: IF you are using a system like Nginx-Proxy from @JWilder +# **************************************************************************** +# Repo URL: https://github.com/jwilder/nginx-proxy +# You will need to comment out the first line here as follows. +# #server_names_hash_bucket_size 128; +# You will also need to modify the nginx.tmpl file to add the default include +# include /etc/nginx/conf.d/* +# **************************************************************************** diff --git a/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf index a961a231f..80d78e926 100644 --- a/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:48 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Referrer Count: 5920 ### Bad Bot Count: 503 ################################################### diff --git a/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf index 5e7b40478..275634a79 100644 --- a/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf @@ -26,4 +26,4 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.184.60.113 0; +130.211.203.139 0; diff --git a/.dev-tools/_conf_files_test2/conf.d/botblocker-nginx-settings.conf b/.dev-tools/_conf_files_test2/conf.d/botblocker-nginx-settings.conf index 6f7052bf5..f56e9a62a 100644 --- a/.dev-tools/_conf_files_test2/conf.d/botblocker-nginx-settings.conf +++ b/.dev-tools/_conf_files_test2/conf.d/botblocker-nginx-settings.conf @@ -10,8 +10,19 @@ # # ############################################################################## +# Version 1.1 -server_names_hash_bucket_size 64; +server_names_hash_bucket_size 128; server_names_hash_max_size 4096; limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s; -limit_conn_zone $binary_remote_addr zone=addr:50m; \ No newline at end of file +limit_conn_zone $binary_remote_addr zone=addr:50m; + +# **************************************************************************** +# NOTE: IF you are using a system like Nginx-Proxy from @JWilder +# **************************************************************************** +# Repo URL: https://github.com/jwilder/nginx-proxy +# You will need to comment out the first line here as follows. +# #server_names_hash_bucket_size 128; +# You will also need to modify the nginx.tmpl file to add the default include +# include /etc/nginx/conf.d/* +# **************************************************************************** diff --git a/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf index 4c7bce5cb..d97edba9f 100644 --- a/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:48 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Referrer Count: 5920 ### Bad Bot Count: 503 ################################################### diff --git a/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf index 5e7b40478..275634a79 100644 --- a/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf @@ -26,4 +26,4 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.184.60.113 0; +130.211.203.139 0; diff --git a/.dev-tools/_conf_files_test3/conf.d/botblocker-nginx-settings.conf b/.dev-tools/_conf_files_test3/conf.d/botblocker-nginx-settings.conf index 6f7052bf5..f56e9a62a 100644 --- a/.dev-tools/_conf_files_test3/conf.d/botblocker-nginx-settings.conf +++ b/.dev-tools/_conf_files_test3/conf.d/botblocker-nginx-settings.conf @@ -10,8 +10,19 @@ # # ############################################################################## +# Version 1.1 -server_names_hash_bucket_size 64; +server_names_hash_bucket_size 128; server_names_hash_max_size 4096; limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s; -limit_conn_zone $binary_remote_addr zone=addr:50m; \ No newline at end of file +limit_conn_zone $binary_remote_addr zone=addr:50m; + +# **************************************************************************** +# NOTE: IF you are using a system like Nginx-Proxy from @JWilder +# **************************************************************************** +# Repo URL: https://github.com/jwilder/nginx-proxy +# You will need to comment out the first line here as follows. +# #server_names_hash_bucket_size 128; +# You will also need to modify the nginx.tmpl file to add the default include +# include /etc/nginx/conf.d/* +# **************************************************************************** diff --git a/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf index d53b68bec..304791ec5 100644 --- a/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:48 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Referrer Count: 5920 ### Bad Bot Count: 503 ################################################### diff --git a/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf index 5e7b40478..275634a79 100644 --- a/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf @@ -26,4 +26,4 @@ # Only add actual IP addresses and ranges here 111.111.111.111 0; -35.184.60.113 0; +130.211.203.139 0; diff --git a/.dev-tools/_conf_files_test4/conf.d/botblocker-nginx-settings.conf b/.dev-tools/_conf_files_test4/conf.d/botblocker-nginx-settings.conf index 6f7052bf5..f56e9a62a 100644 --- a/.dev-tools/_conf_files_test4/conf.d/botblocker-nginx-settings.conf +++ b/.dev-tools/_conf_files_test4/conf.d/botblocker-nginx-settings.conf @@ -10,8 +10,19 @@ # # ############################################################################## +# Version 1.1 -server_names_hash_bucket_size 64; +server_names_hash_bucket_size 128; server_names_hash_max_size 4096; limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s; -limit_conn_zone $binary_remote_addr zone=addr:50m; \ No newline at end of file +limit_conn_zone $binary_remote_addr zone=addr:50m; + +# **************************************************************************** +# NOTE: IF you are using a system like Nginx-Proxy from @JWilder +# **************************************************************************** +# Repo URL: https://github.com/jwilder/nginx-proxy +# You will need to comment out the first line here as follows. +# #server_names_hash_bucket_size 128; +# You will also need to modify the nginx.tmpl file to add the default include +# include /etc/nginx/conf.d/* +# **************************************************************************** diff --git a/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf index a961a231f..80d78e926 100644 --- a/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:48 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Referrer Count: 5920 ### Bad Bot Count: 503 ################################################### diff --git a/.dev-tools/_curl_tests/curltest1.txt b/.dev-tools/_curl_tests/curltest1.txt index 39576a900..6b6a9dfb7 100755 --- a/.dev-tools/_curl_tests/curltest1.txt +++ b/.dev-tools/_curl_tests/curltest1.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:31:54 SAST 2017 +Last Tested: Fri Nov 3 14:25:26 SAST 2017 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest2.txt b/.dev-tools/_curl_tests/curltest2.txt index 39576a900..6b6a9dfb7 100755 --- a/.dev-tools/_curl_tests/curltest2.txt +++ b/.dev-tools/_curl_tests/curltest2.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:31:54 SAST 2017 +Last Tested: Fri Nov 3 14:25:26 SAST 2017 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest3.txt b/.dev-tools/_curl_tests/curltest3.txt index 39576a900..6b6a9dfb7 100755 --- a/.dev-tools/_curl_tests/curltest3.txt +++ b/.dev-tools/_curl_tests/curltest3.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:31:54 SAST 2017 +Last Tested: Fri Nov 3 14:25:26 SAST 2017 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest4.txt b/.dev-tools/_curl_tests/curltest4.txt index 39576a900..6b6a9dfb7 100755 --- a/.dev-tools/_curl_tests/curltest4.txt +++ b/.dev-tools/_curl_tests/curltest4.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:31:54 SAST 2017 +Last Tested: Fri Nov 3 14:25:26 SAST 2017 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest5.txt b/.dev-tools/_curl_tests/curltest5.txt index 43aad7704..46e9d2a07 100755 --- a/.dev-tools/_curl_tests/curltest5.txt +++ b/.dev-tools/_curl_tests/curltest5.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:31:54 SAST 2017 +Last Tested: Fri Nov 3 14:25:26 SAST 2017 diff --git a/.dev-tools/_curl_tests_4/curltest6.txt b/.dev-tools/_curl_tests_4/curltest6.txt index c93148c99..0fb3442b4 100755 --- a/.dev-tools/_curl_tests_4/curltest6.txt +++ b/.dev-tools/_curl_tests_4/curltest6.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:32:30 SAST 2017 +Last Tested: Fri Nov 3 14:26:03 SAST 2017 diff --git a/.dev-tools/_curl_tests_4/curltest7.txt b/.dev-tools/_curl_tests_4/curltest7.txt index c93148c99..0fb3442b4 100644 --- a/.dev-tools/_curl_tests_4/curltest7.txt +++ b/.dev-tools/_curl_tests_4/curltest7.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:32:30 SAST 2017 +Last Tested: Fri Nov 3 14:26:03 SAST 2017 diff --git a/.dev-tools/_curl_tests_4/curltest8.txt b/.dev-tools/_curl_tests_4/curltest8.txt index c93148c99..0fb3442b4 100644 --- a/.dev-tools/_curl_tests_4/curltest8.txt +++ b/.dev-tools/_curl_tests_4/curltest8.txt @@ -1,4 +1,4 @@ -Last Tested: Thu Nov 2 17:32:30 SAST 2017 +Last Tested: Fri Nov 3 14:26:03 SAST 2017 diff --git a/.dev-tools/globalblacklist.template b/.dev-tools/globalblacklist.template index a961a231f..80d78e926 100755 --- a/.dev-tools/globalblacklist.template +++ b/.dev-tools/globalblacklist.template @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:48 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Referrer Count: 5920 ### Bad Bot Count: 503 ################################################### diff --git a/.latest_release/bots.d.tar.gz b/.latest_release/bots.d.tar.gz index 5992672e2..d516d0697 100644 Binary files a/.latest_release/bots.d.tar.gz and b/.latest_release/bots.d.tar.gz differ diff --git a/.latest_release/conf.d.tar.gz b/.latest_release/conf.d.tar.gz index 3ece37f08..26b856039 100644 Binary files a/.latest_release/conf.d.tar.gz and b/.latest_release/conf.d.tar.gz differ diff --git a/AUTO-CONFIGURATION.md b/AUTO-CONFIGURATION.md index 09dcfe5e0..9760cbcc3 100755 --- a/AUTO-CONFIGURATION.md +++ b/AUTO-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V3.2017.11.983 +#### Version: V3.2017.11.984 #### Bad Referrer Count: 5920 #### Bad Bot Count: 503 ____________________ diff --git a/MANUAL-CONFIGURATION.md b/MANUAL-CONFIGURATION.md index 8b947c649..a03d8f3d3 100755 --- a/MANUAL-CONFIGURATION.md +++ b/MANUAL-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V3.2017.11.983 +#### Version: V3.2017.11.984 #### Bad Referrer Count: 5920 #### Bad Bot Count: 503 ____________________ diff --git a/README.md b/README.md index 40016e257..79f5e7639 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites. _______________ -#### Version: V3.2017.11.983 +#### Version: V3.2017.11.984 #### Bad Referrer Count: 5920 #### Bad Bot Count: 503 ____________________ diff --git a/_google_analytics_ghost_spam/README.md b/_google_analytics_ghost_spam/README.md index c1f08795b..cc5ec48e9 100644 --- a/_google_analytics_ghost_spam/README.md +++ b/_google_analytics_ghost_spam/README.md @@ -3,7 +3,7 @@ # EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM _______________ -#### Version: V3.2017.11.983 +#### Version: V3.2017.11.984 #### Bad Referrer Count: 5920 #### Bad Bot Count: 503 ____________________ diff --git a/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf b/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf index a961a231f..80d78e926 100755 --- a/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf +++ b/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:48 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Referrer Count: 5920 ### Bad Bot Count: 503 ################################################### diff --git a/conf.d/globalblacklist.conf b/conf.d/globalblacklist.conf index a961a231f..80d78e926 100644 --- a/conf.d/globalblacklist.conf +++ b/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:48 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Referrer Count: 5920 ### Bad Bot Count: 503 ################################################### diff --git a/robots.txt/robots.txt b/robots.txt/robots.txt index d58ce7be9..8e76a856a 100644 --- a/robots.txt/robots.txt +++ b/robots.txt/robots.txt @@ -1,7 +1,7 @@ ### Version Information # ################################################### -### Version: V3.2017.11.983 -### Updated: Thu Nov 2 17:31:49 SAST 2017 +### Version: V3.2017.11.984 +### Updated: Fri Nov 3 14:25:20 SAST 2017 ### Bad Bot Count: 503 ################################################### ### Version Information ##