diff options
author | David Bauer <mail@david-bauer.net> | 2020-06-03 00:05:33 +0200 |
---|---|---|
committer | David Bauer <blocktrron@users.noreply.github.com> | 2020-06-03 16:05:52 +0200 |
commit | da76aeb24c1bf757415ccebb93a62002b245f4d2 (patch) | |
tree | 4d105c4736831fafbf3cdafb3ce293d58c903966 /net/unbound/files/README.md | |
parent | 5f6f54b851f71bea1fafba1b790bd8597773cffb (diff) |
unbound: expose interface-auto to UCI
This exposes the interface-auto option to UCI.
By default, interface-auto is disabled.
This leads to the DNS reply possibly originating from
a different address then the request was sent to.
Devices with a packet filter might not receive the reply in this case.
Enabling interface-auto ensures the reply is sent with the
source-address the request was sent to.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'net/unbound/files/README.md')
-rw-r--r-- | net/unbound/files/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/unbound/files/README.md b/net/unbound/files/README.md index 653a3f836..fd971bc07 100644 --- a/net/unbound/files/README.md +++ b/net/unbound/files/README.md @@ -259,6 +259,10 @@ config unbound Boolean. If enabled version.server, version.bind, id.server, and hostname.bind queries are refused. + option interface_auto '0' + Boolean. If enabled DNS replies will have the same source address as + the request was sent to. + option listen_port '53' Port. Incoming. Where Unbound will listen for queries. |