and we have some fixes to the caching nameserver
This commit is contained in:
parent
fcabcef11b
commit
5bcdc2e565
1 changed files with 9 additions and 21 deletions
|
@ -55,55 +55,55 @@ zone "." IN {
|
||||||
zone "phx2.fedoraproject.org" IN {
|
zone "phx2.fedoraproject.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "arm.fedoraproject.org" IN {
|
zone "arm.fedoraproject.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "ppc.fedoraproject.org" IN {
|
zone "ppc.fedoraproject.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "cloud.fedoraproject.org" IN {
|
zone "cloud.fedoraproject.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "mgmt.fedoraproject.org" IN {
|
zone "mgmt.fedoraproject.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "vpn.fedoraproject.org" IN {
|
zone "vpn.fedoraproject.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "fedoraproject.org" IN {
|
zone "fedoraproject.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "getfedora.org" IN {
|
zone "getfedora.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "fedorainfracloud.org" IN {
|
zone "fedorainfracloud.org" IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
fowarders { 10.5.126.21; 10.5.126.22; };
|
forwarders { 10.5.126.21; 10.5.126.22; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -203,18 +203,6 @@ zone "10.in-addr.arpa" {
|
||||||
forwarders { 10.5.26.20; 10.5.26.21; };
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "10.in-addr.arpa" {
|
|
||||||
type forward;
|
|
||||||
forward only;
|
|
||||||
forwarders { 10.5.26.20; 10.5.26.21; };
|
|
||||||
};
|
|
||||||
|
|
||||||
zone "10.in-addr.arpa" {
|
|
||||||
type forward;
|
|
||||||
forward only;
|
|
||||||
forwarders { 10.5.26.20; 10.5.26.21; };
|
|
||||||
};
|
|
||||||
|
|
||||||
zone "186.132.209.in-addr.arpa." {
|
zone "186.132.209.in-addr.arpa." {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue