diff --git a/bots.d/whitelist-ips.conf b/bots.d/whitelist-ips.conf index e6281d5f0..4c5925f0e 100644 --- a/bots.d/whitelist-ips.conf +++ b/bots.d/whitelist-ips.conf @@ -22,11 +22,13 @@ # 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 - No need to include 127.0.0.1 as it is covered elsewhere +# Add One Entry Per Line as per the example # Only add actual IP addresses and ranges here # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS +# ######## +# EXAMPLES: # 111.111.111.111 0; -# REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS \ No newline at end of file +