From 09cffd3fb198fb546e9e380d2e2107b0711ca541 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 25 Sep 2015 19:45:13 +0000 Subject: [PATCH] Move domain name allow to the bottom of the list so hosts with no reverse dns dont just fail. --- roles/batcave/files/allows | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/batcave/files/allows b/roles/batcave/files/allows index 4fc8da383a..46352cab59 100644 --- a/roles/batcave/files/allows +++ b/roles/batcave/files/allows @@ -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