diff options
author | Marco Platania <platania@research.att.com> | 2017-05-24 12:36:53 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-05-24 12:36:53 -0400 |
commit | f27c570b3351a4d08e6455336ee2fefa0863a967 (patch) | |
tree | 3f80b1efe03f947d9e2060eaabea1cbb27820a51 /boot/bind_options | |
parent | 0e385f5330006e18986edeec1c5b73021da93680 (diff) |
Fix bug in bind config for OpenStack
Change-Id: Iad5eec011a0666ea321da501df9e75803d61b434
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/bind_options')
-rw-r--r-- | boot/bind_options | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |