From d8dcee4c71600a8c4aa0a838192376070cb09aec Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Mon, 30 Mar 2020 10:07:25 +0200 Subject: [PATCH] Clarify if-automatic listens on 0.0.0.0 and :: --- doc/unbound.conf.5.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index b3a96df93..7083e4c84 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -126,9 +126,12 @@ interface and port number), if not specified the default port (from Same as interface: (for ease of compatibility with nsd.conf). .TP .B interface\-automatic: \fI -Detect source interface on UDP queries and copy them to replies. This -feature is experimental, and needs support in your OS for particular socket -options. Default value is no. +Listen on all addresses on all (current and future) interfaces, detect the +source interface on UDP queries and copy them to replies. This is a lot like +ip-transparent, but this option services all interfaces whilst with +ip-transparent you can select which (future) interfaces unbound provides +service on. This feature is experimental, and needs support in your OS for +particular socket options. Default value is no. .TP .B outgoing\-interface: \fI Interface to use to connect to the network. This interface is used to send -- 2.47.2