mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Version 2.2017.07 - Fix Duplicate Whitelisted Network Address 127.0.0.1
This commit is contained in:
parent
c3a7d2b38f
commit
7356963972
4 changed files with 6 additions and 6 deletions
|
@ -5,4 +5,4 @@
|
||||||
# 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 - Can Include Ranges like 127.0.0.1/32
|
||||||
|
|
||||||
127.0.0.1 0;
|
127.0.0.1/8 0;
|
||||||
|
|
|
@ -17,11 +17,11 @@
|
||||||
### - https://github.com/oohnoitz/nginx-blacklist
|
### - https://github.com/oohnoitz/nginx-blacklist
|
||||||
|
|
||||||
### Last Updated
|
### Last Updated
|
||||||
### Thu Apr 20 15:40:30 SAST 2017
|
### Thu Apr 20 15:44:30 SAST 2017
|
||||||
### End Last Updated
|
### End Last Updated
|
||||||
|
|
||||||
### Generated in
|
### Generated in
|
||||||
### 0.263787269592 seconds
|
### 0.263481378555 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)
|
||||||
|
|
|
@ -17,11 +17,11 @@
|
||||||
### - https://github.com/oohnoitz/nginx-blacklist
|
### - https://github.com/oohnoitz/nginx-blacklist
|
||||||
|
|
||||||
### Last Updated
|
### Last Updated
|
||||||
### Thu Apr 20 15:40:30 SAST 2017
|
### Thu Apr 20 15:44:30 SAST 2017
|
||||||
### End Last Updated
|
### End Last Updated
|
||||||
|
|
||||||
### Generated in
|
### Generated in
|
||||||
### 0.263787269592 seconds
|
### 0.263481378555 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)
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
# 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 - Can Include Ranges like 127.0.0.1/32
|
||||||
|
|
||||||
127.0.0.1 0;
|
127.0.0.1/8 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue