Move domain name allow to the bottom of the list so hosts with no reverse dns dont just fail.
This commit is contained in:
parent
37f5349ee3
commit
09cffd3fb1
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
require host fedoraproject.org
|
||||
require ip 10.
|
||||
require ip 64.34.163.94
|
||||
require ip 64.34.163.95
|
||||
|
@ -95,3 +94,8 @@ require ip 67.219.144.67
|
|||
require ip 67.219.144.68
|
||||
require ip 67.219.144.69
|
||||
require ip 67.219.144.70
|
||||
|
||||
#
|
||||
# We put this at the end because it fails for hosts with no reverse dns
|
||||
# and then they don't check the rest of the ip allows.
|
||||
require host fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue