[#8320 ] Make sure that the qa network also can get these. Point to the right nameservers
This commit is contained in:
parent
bb8417036c
commit
8955d6c86f
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue