Make phx2.fp.o available everywhere for now until we get RH zones
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7a58796561
commit
df1c89c470
1 changed files with 12 additions and 0 deletions
|
@ -379,6 +379,10 @@ view "NA" {
|
|||
type master;
|
||||
file "/var/named/master/built/NA/getfedora.org.signed";
|
||||
};
|
||||
zone "phx2.fedoraproject.org" {
|
||||
type master;
|
||||
file "/var/named/master/built/phx2.fedoraproject.org";
|
||||
};
|
||||
include "/etc/named/zones.conf";
|
||||
};
|
||||
|
||||
|
@ -399,6 +403,10 @@ view "EU" {
|
|||
type master;
|
||||
file "/var/named/master/built/EU/getfedora.org.signed";
|
||||
};
|
||||
zone "phx2.fedoraproject.org" {
|
||||
type master;
|
||||
file "/var/named/master/built/phx2.fedoraproject.org";
|
||||
};
|
||||
include "/etc/named/zones.conf";
|
||||
};
|
||||
|
||||
|
@ -418,6 +426,10 @@ view "DEFAULT" {
|
|||
type master;
|
||||
file "/var/named/master/built/DEFAULT/getfedora.org.signed";
|
||||
};
|
||||
zone "phx2.fedoraproject.org" {
|
||||
type master;
|
||||
file "/var/named/master/built/phx2.fedoraproject.org";
|
||||
};
|
||||
include "/etc/named/zones.conf";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue