From 6dd5b5e143b16c30b38849178e3a08e77bb2e115 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 28 Oct 2021 11:53:29 +0200 Subject: [PATCH] fix sample configuration --- unbound.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unbound.conf b/unbound.conf index e72fe88..03f53fb 100644 --- a/unbound.conf +++ b/unbound.conf @@ -13,10 +13,13 @@ server: # initially create using unbound-anchor -a /etc/unbound/root.key auto-trust-anchor-file: /etc/unbound/root.key + # can be created using letsencrypt means, e.g. by a companion Apache httpd with mod_md tls-service-key: /etc/unbound/privkey.pem tls-service-pem: /etc/unbound/pubcert.pem interface: 0.0.0.0@853 tls-port: 853 + interface: 0.0.0.0@443 + https-port: 443 num-threads: 2