From 1c79537b57c3c23352abdd9c56840c9a9a5ffa2a Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Thu, 18 May 2017 13:50:48 -0400 Subject: [UCA-13] Enable DNS recursive queries Change-Id: Ia0f4ca27a3f0cdd08eb830fc5d4b8c9a03ed0e62 Signed-off-by: Marco Platania --- boot/bind_options | 1 + 1 file changed, 1 insertion(+) (limited to 'boot/bind_options') diff --git a/boot/bind_options b/boot/bind_options index 49957325..ed9540a3 100644 --- a/boot/bind_options +++ b/boot/bind_options @@ -10,6 +10,7 @@ options { allow-transfer { none; }; # disable zone transfers by default forwarders { + external_dns 8.8.8.8; 8.8.4.4; }; -- cgit