From 5537ac3ef4ebb998c5021660ba730a8d05bc0ee9 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 2 Dec 2017 00:08:04 +0000 Subject: [PATCH] RDU2 is 172.31.0.0/16 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 3a522d19a3..2eb2b85615 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -250,7 +250,7 @@ view "QA" { }; view "PHX2" { - match-clients { phx2net; rh-slaves; 192.168.0.0/16; 172.16.0.0/12; }; + match-clients { phx2net; rh-slaves; 192.168.0.0/16; }; allow-recursion { localhost; phx2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests