diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 910d41ccbd..0559816d23 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -230,28 +230,10 @@ view "NA" { include "/etc/named/zones.conf"; }; -view "GB" { - match-clients { GB; IE; IS; NO; }; - recursion no; - zone "fedoraproject.org" { - type master; - file "/var/named/master/built/GB/fedoraproject.org.signed"; - }; - zone "cloud.fedoraproject.org" { - type master; - file "/var/named/master/built/GB/cloud.fedoraproject.org.signed"; - }; - zone "getfedora.org" { - type master; - file "/var/named/master/built/GB/getfedora.org.signed"; - }; - include "/etc/named/zones.conf"; -}; - // This is not "EU" countries, I just wanted a short way to represent Europe. 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; }; + 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; }; recursion no; zone "fedoraproject.org" { type master;