Version 2.2017.07 - Fix Duplicate Whitelisted Network Address 127.0.0.1

This commit is contained in:
Mitchell Krog UB1 2017-04-20 15:56:23 +02:00
parent 7356963972
commit 9162cd16e6
5 changed files with 13 additions and 10 deletions

View file

@ -3,6 +3,7 @@
# Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist # 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 # 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 # 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;

View file

@ -3,6 +3,7 @@
# Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist # 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 # 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 # 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;

View file

@ -17,11 +17,11 @@
### - https://github.com/oohnoitz/nginx-blacklist ### - https://github.com/oohnoitz/nginx-blacklist
### Last Updated ### Last Updated
### Thu Apr 20 15:44:30 SAST 2017 ### Thu Apr 20 15:56:22 SAST 2017
### End Last Updated ### End Last Updated
### Generated in ### Generated in
### 0.263481378555 seconds ### 0.274036645889 seconds
### End Generated in ### End Generated in
### Tested on: nginx/1.10.0 (Ubuntu 16.04) ### Tested on: nginx/1.10.0 (Ubuntu 16.04)

View file

@ -17,11 +17,11 @@
### - https://github.com/oohnoitz/nginx-blacklist ### - https://github.com/oohnoitz/nginx-blacklist
### Last Updated ### Last Updated
### Thu Apr 20 15:44:30 SAST 2017 ### Thu Apr 20 15:56:22 SAST 2017
### End Last Updated ### End Last Updated
### Generated in ### Generated in
### 0.263481378555 seconds ### 0.274036645889 seconds
### End Generated in ### End Generated in
### Tested on: nginx/1.10.0 (Ubuntu 16.04) ### Tested on: nginx/1.10.0 (Ubuntu 16.04)

View file

@ -3,6 +3,7 @@
# Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist # 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 # 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 # 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;