[dns] add new africa region for proxies
This commit is contained in:
parent
04efbcf732
commit
c920b83596
1 changed files with 24 additions and 0 deletions
|
@ -592,6 +592,30 @@ view "APAC" {
|
||||||
include "/etc/named/zones.conf";
|
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" {
|
view "DEFAULT" {
|
||||||
match-clients { any; };
|
match-clients { any; };
|
||||||
recursion no;
|
recursion no;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue