From 35c7dc8c3403d50dc9020e859bba6547ee8d0e3a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 2 Dec 2017 00:11:19 +0000 Subject: [PATCH] RDU2 does not need to match 172.16.0.0/12 and does not contain PHX2 Signed-off-by: Patrick Uiterwijk --- roles/dns/files/named.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 8baa5f206e..22fab0cd67 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -432,12 +432,12 @@ view "PHX2" { }; view "RDU2" { - match-clients { rdu2net; 192.168.0.0/16; 172.16.0.0/12; }; - allow-recursion { localhost; phx2net; rdu2net; }; + match-clients { rdu2net; 192.168.0.0/16; }; + allow-recursion { localhost; rdu2net; }; recursion yes; // no rate-limit on internal requests rate-limit { - exempt-clients { phx2net; rdu2net; }; + exempt-clients { rdu2net; }; }; # make sure we forward only for redhat.com lookups zone "access.redhat.com" {