diff options
author | Lusheng Ji <lji@research.att.com> | 2017-11-01 18:04:48 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-11-01 18:04:55 -0400 |
commit | 9bfcf1713e3340dff868fd50d130403ab990bbfb (patch) | |
tree | 413b2aa74601a18822becb6c267bcf81a5ca018a | |
parent | c77cba9607b7139ee563e8137ced8b68e81fd395 (diff) |
Add forwarder to bind_options
Issue-Id: DCAEGEN2-187
Change-Id: Ie4158366fbe8bdaf36ad7abbcfad29100f4f154c
Signed-off-by: Lusheng Ji <lji@research.att.com>
-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 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; }; |