dns / iad2: add a IAD2 view to dns
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2c31e220fb
commit
6d595ddf74
1 changed files with 32 additions and 0 deletions
|
@ -953,6 +953,38 @@ view "APAC" {
|
||||||
include "/etc/named/zones.conf";
|
include "/etc/named/zones.conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
view "IAD2" {
|
||||||
|
match-clients { iad2net; 192.168.0.0/16; };
|
||||||
|
allow-recursion { localhost; iad2net; };
|
||||||
|
recursion yes;
|
||||||
|
// no rate-limit on internal requests
|
||||||
|
rate-limit {
|
||||||
|
exempt-clients { iad2net; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "iad2.fedoraproject.org" {
|
||||||
|
type master;
|
||||||
|
file "/var/named/master/built/iad2.fedoraproject.org";
|
||||||
|
};
|
||||||
|
zone "mgmt.iad2.fedoraproject.org" {
|
||||||
|
type master;
|
||||||
|
file "/var/named/master/built/mgmt.iad2.fedoraproject.org";
|
||||||
|
};
|
||||||
|
zone "build.iad2.fedoraproject.org" {
|
||||||
|
type master;
|
||||||
|
file "/var/named/master/built/build.iad2.fedoraproject.org";
|
||||||
|
};
|
||||||
|
zone "qa.iad2.fedoraproject.org" {
|
||||||
|
type master;
|
||||||
|
file "/var/named/master/built/qa.iad2.fedoraproject.org";
|
||||||
|
};
|
||||||
|
zone "stg.iad2.fedoraproject.org" {
|
||||||
|
type master;
|
||||||
|
file "/var/named/master/built/stg.iad2.fedoraproject.org";
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
view "DEFAULT" {
|
view "DEFAULT" {
|
||||||
match-clients { any; };
|
match-clients { any; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue