Skip to content
Snippets Groups Projects
Commit f45697d9 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

dnsmasq: changed option nonwildcard to --bind-dynamic


Changed option nonwildcard from --bind-interfaces into --bind-dynamic.
With this, Dnsmasq binds the address of individual interfaces, allowing multiple
dnsmasq instances, but if new interfaces or addresses appear, it automatically
listens on those. This makes dynamically created interfaces work in the same way as
the default, but allows also use of other DNS-servers (like Named) at the same time
on diffirent interfaces where Dnsmasq is NOT configured, whereas with
--bind-interfaces will still reserve every interface even if not used and thus
disallowing use of any other DNS-program even on unused interfaces.

Tested-by: default avatarVaasa Hacklab <info@vaasa.hacklab.fi>
Signed-off-by: default avatarSami Olmari <sami@olmari.fi>

SVN-Revision: 47953
parent 3fa85af5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment