From b24456a0fb768a228a8e5801fe879766826de19b Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 14 Jul 2020 17:42:50 -0400 Subject: [PATCH] go through old git diff of named.conf and put in values we had before move happened on IAD2 for the RDU2 entwork --- roles/dns/files/named.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 794d3c7a5a..16b3ea633d 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -87,7 +87,7 @@ controls { }; view "IAD2" { - match-clients { iad2net; rh-slaves; 192.168.0.0/16; rh; localhost; }; + match-clients { iad2net; rh-slaves; 192.168.0.0/16; rh; }; allow-recursion { localhost; iad2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests @@ -304,12 +304,12 @@ view "IAD2" { }; view "RDU2" { - match-clients { rdu2net; rh-slaves; 192.168.0.0/16; rh; localhost; }; - allow-recursion { localhost; rdu2net; rh-slaves; rh; }; + match-clients { rdu2net; 192.168.0.0/16; }; + allow-recursion { localhost; rdu2net; }; recursion yes; // no rate-limit on internal requests rate-limit { - exempt-clients { rdu2net; rh-slaves; }; + exempt-clients { rdu2net; }; }; # make sure we forward only for redhat.com lookups