From f27c570b3351a4d08e6455336ee2fefa0863a967 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 24 May 2017 12:36:53 -0400 Subject: [PATCH] Fix bug in bind config for OpenStack Change-Id: Iad5eec011a0666ea321da501df9e75803d61b434 Signed-off-by: Marco Platania --- boot/bind_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bind_options b/boot/bind_options index ed9540a3..8ef7cc08 100644 --- a/boot/bind_options +++ b/boot/bind_options @@ -10,7 +10,7 @@ options { allow-transfer { none; }; # disable zone transfers by default forwarders { - external_dns + external_dns; 8.8.8.8; 8.8.4.4; }; -- 2.16.6