From ab58f2b4fd30f50734792c6556acdf4ec5d2b98e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 1 Dec 2015 17:44:32 +0000 Subject: [PATCH] Correct the subnet for qanet Signed-off-by: Patrick Uiterwijk --- roles/dns/files/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 23266635f6..303369d567 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -229,7 +229,7 @@ view "PHX2" { }; view "QA" { - match-clients { 10.5.123.128/25; 10.5.131.0/24; }; + match-clients { 10.5.124.128/25; 10.5.131.0/24; }; allow-recursion { localhost; qanet; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests