From d4af85f252c5e1573f548377ea97928adf07c4d0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Nov 2016 18:23:25 +0000 Subject: [PATCH] unbound: Send out replies from where they came in Signed-off-by: Michael Tremer --- config/unbound/unbound.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unbound/unbound.conf b/config/unbound/unbound.conf index a6cdc4d948..3f724d8f76 100644 --- a/config/unbound/unbound.conf +++ b/config/unbound/unbound.conf @@ -62,7 +62,7 @@ server: use-caps-for-id: no # Listen on all interfaces - interface-automatic: no + interface-automatic: yes interface: 0.0.0.0 # Allow access from everywhere -- 2.39.5