#190 [dns] add new africa region for proxies
Merged 3 years ago by mobrien. Opened 3 years ago by mobrien.
Unknown source dns-africa-region  into  master

@@ -592,6 +592,30 @@

          include "/etc/named/zones.conf";

  };

  

+ view "AFR" {

+         match-clients { AO; BF; BI; BJ; BW; CD; CF; CG; CI; CM; CV; DJ; DZ; EG; ER; ET; GA; GH; GM; GN; GQ; GW; KE; KM; LR; LS; LY; MA; MG; ML; MR; MU; MW; MZ; NA; NE; NG; RW; SC; SD; SL; SN; SO; SS; ST; SZ; TD; TG; TN; TZ; UG; ZA; ZM; ZW; };

+ 

+         recursion no;

+         zone "fedoraproject.org" {

+                 type master;

+                 file "/var/named/master/built/AFR/fedoraproject.org.signed";

+         };

+         zone "cloud.fedoraproject.org" {

+                 type master;

+                 file "/var/named/master/built/AFR/cloud.fedoraproject.org.signed";

+         };

+         zone "getfedora.org" {

+                 type master;

+                 file "/var/named/master/built/AFR/getfedora.org.signed";

+         };

+         zone "pagure.io" {

+                 type master;

+                 file "/var/named/master/built/AFR/pagure.io";

+         };

+         include "/etc/named/zones.conf";

+ };

+ 

+ 

  view "DEFAULT" {

          match-clients { any; };

          recursion no;

I have created the new AFR region for DNS proxies based on https://fedora-infra-docs.readthedocs.io/en/latest/sysadmin-guide/sops/dns.html#adding-and-removing-countries

The list of country codes can be referenced from here https://www.worldstandards.eu/other/tlds/

I have never created a new region before so please review this carefully.

We discussed this at our last standup and as mentioned, it needs changes in the dns repo first, before this lands. :)

This change looks good though after the dns repo is creating the right files for it.

rebased onto c920b83

3 years ago

rebased onto c920b83

3 years ago

DNS changes have been pushed so merging

Pull-Request has been merged by mobrien

3 years ago