diff options
author | Lusheng Ji <lji@research.att.com> | 2017-11-03 00:50:08 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-11-03 00:54:24 -0400 |
commit | ad0ffa49ddbb13ac0e240064503094f65405e87a (patch) | |
tree | 5e29e3660c541b3364b3905d471eddf4f9b38f6f | |
parent | e9a312fc7323cfd720f9fb50826473b7d2525ae6 (diff) |
Fix DNS setting bug
When bind_options has multiple forwarders, bind is not able to
resolve query for Designate DNS entries.
Issue-Id: DCAEGEN2-187
Change-Id: Ib296ed5c2a8505de1c1ccf648864483ba5507409
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | boot/bind_options | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/bind_options b/boot/bind_options index 740ffbd3..857e2d2a 100644 --- a/boot/bind_options +++ b/boot/bind_options @@ -11,8 +11,6 @@ options { forwarders { dns_forwarder; - external_dns; - 8.8.4.4; }; // If there is a firewall between you and nameservers you want |