From bd51c20871bac7a49ea0adc443050f2894cfd5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 3 Feb 2017 13:06:34 +0000 Subject: import unbound 1.6.0 --- iterator/iter_fwd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iterator/iter_fwd.c') diff --git a/iterator/iter_fwd.c b/iterator/iter_fwd.c index 3e580ca35513..1c40d41641da 100644 --- a/iterator/iter_fwd.c +++ b/iterator/iter_fwd.c @@ -265,6 +265,8 @@ read_forwards(struct iter_forwards* fwd, struct config_file* cfg) * last resort will ask for parent-side NS record and thus * fallback to the internet name servers on a failure */ dp->has_parent_side_NS = (uint8_t)!s->isfirst; + /* use SSL for queries to this forwarder */ + dp->ssl_upstream = (uint8_t)s->ssl_upstream; verbose(VERB_QUERY, "Forward zone server list:"); delegpt_log(VERB_QUERY, dp); if(!forwards_insert(fwd, LDNS_RR_CLASS_IN, dp)) -- cgit v1.2.3