[#8320 ] Add softwarefactory-project.io to same named list like zanata and jboss so dns works.
This commit is contained in:
parent
97ae6ceb46
commit
bb8417036c
1 changed files with 7 additions and 0 deletions
|
@ -300,6 +300,13 @@ view "PHX2" {
|
|||
forwarders { 8.8.8.8; 8.8.4.4; };
|
||||
};
|
||||
|
||||
# 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 { 8.8.8.8; 8.8.4.4; };
|
||||
};
|
||||
|
||||
zone "88.5.10.in-addr.arpa" {
|
||||
type forward;
|
||||
forward only;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue