Use public nameservers for zanata.org
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
dcc6854236
commit
1cc1d58718
1 changed files with 7 additions and 0 deletions
|
@ -293,6 +293,13 @@ view "PHX2" {
|
|||
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||
};
|
||||
|
||||
# We can't access the internal Zanata servers. Just use external
|
||||
zone "zanata.org" {
|
||||
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