From 87e2b13fdbb05bfa3c35848b9cdd76cb73cf4a77 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 21 Mar 2024 13:30:46 +0100 Subject: [PATCH] Update unbound.conf Signed-off-by: Zoey --- unbound.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/unbound.conf b/unbound.conf index 2f48835..dbb15c5 100644 --- a/unbound.conf +++ b/unbound.conf @@ -6,11 +6,17 @@ server: pidfile: /etc/unbound/unbound.pid root-hints: /etc/unbound/root.hints auto-trust-anchor-file: /etc/unbound/root.key - + cache-max-ttl: 3 interface: 0.0.0.0 interface: ::0 - + access-control: 0.0.0.0/0 allow access-control: ::0/0 allow + +remote-control: + control-enable: yes + control-use-cert: no + control-interface: 127.0.0.1 + control-interface: ::1