From 8c87758e3e1e2250fa700dcb032c444afcfd992b Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Sat, 1 Oct 2011 23:15:25 +0200 Subject: [PATCH] Add fetching of Root name servers hints file to setup --- etc/inc/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc index 04395fe91b..47521d9582 100644 --- a/etc/inc/unbound.inc +++ b/etc/inc/unbound.inc @@ -470,8 +470,8 @@ function unbound_setup() { unbound_anchor_setup(); unbound_remote_control_setup(); unbound_keys_setup(); + unbound_fetch_root_hints(); unbound_resync_config(); - } ?> \ No newline at end of file