mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
[#8320 ] Make sure that the qa network also can get these. Point to the right nameservers
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
bb8417036c
commit
8955d6c86f
@@ -112,6 +112,14 @@ view "QA" {
|
||||
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||
};
|
||||
|
||||
# We can't access the softwarefactory-project.io. because ns1/ns2 give unroutable ips. Need to use external
|
||||
zone "softwarefactory-project.io" {
|
||||
type forward;
|
||||
forward only;
|
||||
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||
};
|
||||
|
||||
|
||||
zone "88.5.10.in-addr.arpa" {
|
||||
type forward;
|
||||
forward only;
|
||||
@@ -304,9 +312,10 @@ view "PHX2" {
|
||||
zone "softwarefactory-project.io" {
|
||||
type forward;
|
||||
forward only;
|
||||
forwarders { 8.8.8.8; 8.8.4.4; };
|
||||
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||
};
|
||||
|
||||
|
||||
zone "88.5.10.in-addr.arpa" {
|
||||
type forward;
|
||||
forward only;
|
||||
|
||||
Reference in New Issue
Block a user