On Sun, 26 Apr 2020 at 17:43, Stephen John Smoogen <smooge@gmail.com> wrote:
Currently several countries are getting routed to proxies which are timing out for them. This should 'fix' some though I expect we will need to break this out further per continental region.

diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf
index c8b95b9..135ec69 100644
--- a/roles/dns/files/named.conf
+++ b/roles/dns/files/named.conf
@@ -610,7 +610,7 @@ view "RDU2" {
 
 // The zones
 view "NA" {
-        match-clients { US; CA; MX; };
+        match-clients { US; CA; MX; BM; GL; };
         recursion no;
         // no rate-limit on internal requests
         rate-limit {
@@ -636,9 +636,10 @@ view "NA" {
 };
 
 
-// This is not "EU" countries, I just wanted a short way to represent Europe.
+// This should have been EME and during the next freeze break should be made as such.
 view "EU" {
-        match-clients { AT; BE; BG; CY; CZ; DE; DK; EE; ES; FI; FR; GR; HU; IT; LT; LU; LV; MT; NL; PL; PT; RO; RU; SE; UA; GB; IE; IS; NO; };
+       match-clients { AD; AL; AT; AX; BA; BE; BG; CH; CZ; DE; DK; EE; ES; FI; FO; FR; GB; GG; GI; GR; HR; HU; IE; IM; IS; IT; JE; LI; LT; LU; LV; MC; ME; MK; MT; NL; NO; PL; PT; RO; RS; RU; SE; SI; SJ; SK; SM; UA; VA; AE; AM; AZ; BH; CY; GE; IL; IQ; JO; KW; LB; OM; QA; SA; TR; YE; };
+
         recursion no;
         zone "fedoraproject.org" {
                 type master;
@@ -660,7 +661,7 @@ view "EU" {
 };
 
 view "APAC" {
-        match-clients { AE; AF; AM; AU; AZ; BD; BH; BN; BT; CC; CN; CX; CY; GE; HK; ID; IL; IN; IO; IQ; IR; JO; JP; KG; KH; KP; KR; KW; KZ; LA; LB; LK; MM; MN; MO; MV; MY; NP; NZ; OM; PH; PK; PS; QA; RU; SA; SG; SY; TH; TJ; TL; TM; TR; TW; UZ; VN; YE; };
+        match-clients { AF; BD; BN; BT; CN; HK; ID; IN; JP; KG; KH; KZ; LA; LK; MM; MN; MO; MV; MY; NP; PH; PK; SG; TH; TJ; TL; TM; UZ; VN; AS; AU; CC; CK; CX; FJ; FM; GU; HM; KI; MH; MP; NC; NF; NR; NU; NZ; PF; PG; PN; PW; SB; TK; TO; TV; UM; VU; WF; WS; }
         recursion no;
         zone "fedoraproject.org" {
                 type master;


+1
 

--
Stephen J Smoogen.

_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org