From e3f9b98679b48ce0739464be8b5c192b053eaac0 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 14 Jan 2016 19:04:50 +0000 Subject: [PATCH] Assign rh-slaves to phx2 view 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 81af2ea5fa..b7d23c9f2b 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -224,7 +224,7 @@ view "QA" { }; view "PHX2" { - match-clients { phx2net; 192.168.0.0/16; 172.16.0.0/12; }; + match-clients { phx2net; rh-slaves; 192.168.0.0/16; 172.16.0.0/12; }; allow-recursion { localhost; phx2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests