From ad0ffa49ddbb13ac0e240064503094f65405e87a Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 3 Nov 2017 00:50:08 -0400 Subject: [PATCH] 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 --- boot/bind_options | 2 -- 1 file changed, 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 -- 2.16.6