From 9bfcf1713e3340dff868fd50d130403ab990bbfb Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 1 Nov 2017 18:04:48 -0400 Subject: [PATCH] Add forwarder to bind_options Issue-Id: DCAEGEN2-187 Change-Id: Ie4158366fbe8bdaf36ad7abbcfad29100f4f154c Signed-off-by: Lusheng Ji --- boot/bind_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bind_options b/boot/bind_options index 8ef7cc08..740ffbd3 100644 --- a/boot/bind_options +++ b/boot/bind_options @@ -10,8 +10,8 @@ options { allow-transfer { none; }; # disable zone transfers by default forwarders { + dns_forwarder; external_dns; - 8.8.8.8; 8.8.4.4; }; -- 2.16.6