diff --git a/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/bots.d/whitelist-ips.conf b/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/bots.d/whitelist-ips.conf index 6eda94211..cb1865973 100644 --- a/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/bots.d/whitelist-ips.conf +++ b/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/bots.d/whitelist-ips.conf @@ -3,6 +3,7 @@ # Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist # This file must exist on your system or Nginx will fail a reload due to a missing file # Automatic updates will never be able to remove this custom list of yours -# Add One Entry Per Line - Can Include Ranges like 127.0.0.1/32 +# Add One Entry Per Line - No need to include 127.0.0.1 as it is covered elsewhere +# Only add actual IP addresses and ranges here -127.0.0.1 0; +111.111.111.111 0; \ No newline at end of file diff --git a/bots.d/whitelist-ips.conf b/bots.d/whitelist-ips.conf index 444a6b7bc..e5bb0338f 100644 --- a/bots.d/whitelist-ips.conf +++ b/bots.d/whitelist-ips.conf @@ -3,6 +3,7 @@ # Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist # This file must exist on your system or Nginx will fail a reload due to a missing file # Automatic updates will never be able to remove this custom list of yours -# Add One Entry Per Line - Can Include Ranges like 127.0.0.1/32 +# Add One Entry Per Line - No need to include 127.0.0.1 as it is covered elsewhere +# Only add actual IP addresses and ranges here -127.0.0.1/8 0; +111.111.111.111 0; diff --git a/conf.d/globalblacklist.conf b/conf.d/globalblacklist.conf index 4b5b2c496..17eb3b1db 100644 --- a/conf.d/globalblacklist.conf +++ b/conf.d/globalblacklist.conf @@ -17,11 +17,11 @@ ### - https://github.com/oohnoitz/nginx-blacklist ### Last Updated -### Thu Apr 20 15:44:30 SAST 2017 +### Thu Apr 20 15:56:22 SAST 2017 ### End Last Updated ### Generated in -### 0.263481378555 seconds +### 0.274036645889 seconds ### End Generated in ### Tested on: nginx/1.10.0 (Ubuntu 16.04) diff --git a/travisCI/globalblacklist.tpl.conf b/travisCI/globalblacklist.tpl.conf index cd0a84986..be7c2e292 100644 --- a/travisCI/globalblacklist.tpl.conf +++ b/travisCI/globalblacklist.tpl.conf @@ -17,11 +17,11 @@ ### - https://github.com/oohnoitz/nginx-blacklist ### Last Updated -### Thu Apr 20 15:44:30 SAST 2017 +### Thu Apr 20 15:56:22 SAST 2017 ### End Last Updated ### Generated in -### 0.263481378555 seconds +### 0.274036645889 seconds ### End Generated in ### Tested on: nginx/1.10.0 (Ubuntu 16.04) diff --git a/travisCI/whitelist-ips.tpl.conf b/travisCI/whitelist-ips.tpl.conf index 444a6b7bc..e5bb0338f 100644 --- a/travisCI/whitelist-ips.tpl.conf +++ b/travisCI/whitelist-ips.tpl.conf @@ -3,6 +3,7 @@ # Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist # This file must exist on your system or Nginx will fail a reload due to a missing file # Automatic updates will never be able to remove this custom list of yours -# Add One Entry Per Line - Can Include Ranges like 127.0.0.1/32 +# Add One Entry Per Line - No need to include 127.0.0.1 as it is covered elsewhere +# Only add actual IP addresses and ranges here -127.0.0.1/8 0; +111.111.111.111 0;