mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Revert "[dns] add South America(SA) region for proxies"
This reverts commit 8c3d08396b.
Landing this before changes in DNS repo left the SA region with
no proxies. ;( Reverting it until we can land it all (nearly) at
once.
This commit is contained in:
@@ -615,29 +615,6 @@ view "AFR" {
|
||||
include "/etc/named/zones.conf";
|
||||
};
|
||||
|
||||
view "SA" {
|
||||
match-clients { AR; BO; BR; CL; CO; EC; GY; PY; PE; SR; UY; VE; FK; GF; };
|
||||
|
||||
recursion no;
|
||||
zone "fedoraproject.org" {
|
||||
type master;
|
||||
file "/var/named/master/built/SA/fedoraproject.org.signed";
|
||||
};
|
||||
zone "cloud.fedoraproject.org" {
|
||||
type master;
|
||||
file "/var/named/master/built/SA/cloud.fedoraproject.org.signed";
|
||||
};
|
||||
zone "getfedora.org" {
|
||||
type master;
|
||||
file "/var/named/master/built/SA/getfedora.org.signed";
|
||||
};
|
||||
zone "pagure.io" {
|
||||
type master;
|
||||
file "/var/named/master/built/SA/pagure.io";
|
||||
};
|
||||
include "/etc/named/zones.conf";
|
||||
};
|
||||
|
||||
|
||||
view "DEFAULT" {
|
||||
match-clients { any; };
|
||||
|
||||
Reference in New Issue
Block a user