mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-14 00:59:51 +00:00
Version 2.2017.07 - Fix Duplicate Whitelisted Network Address 127.0.0.1
This commit is contained in:
parent
7356963972
commit
9162cd16e6
5 changed files with 13 additions and 10 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue