You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Lamparter 7ffb707576 dnsmasq: add listen_address parameter
This patch adds a parser for the uci representation of
dnsmasq's "-a | --listen-address" option.

In summary, this option forces dnsmasq to listen on the
given IP address(es). Both interface and listen-address
options may be given, in which case the set of both
interfaces and addresses is used.

Note that if no interface option is given, but listen_address is,
dnsmasq will not automatically listen on the loopback interface.
To achieve this, the loopback IP addresses, 127.0.0.1 and/or ::1
must be explicitly added.

This option is useful for ujailed dnsmasq instances, that would
otherwise fail to work properly, because listening to the
"This host on this network" address (aka 0.0.0.0 see rfc1700 page 4)
may not be allowed.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (PKG_RELEASE increase)
7 years ago
..
dhcp-script.sh dnsmasq: add dhcp-script hook for other packages 7 years ago
dhcp.conf dnsmasq: make bind-dynamic 'non-wildcard' interfaces default 7 years ago
dnsmasq.conf packages: sort network related packages into package/network/ 12 years ago
dnsmasq.init dnsmasq: add listen_address parameter 7 years ago
dnsmasq_acl.json dnsmasq: add ubus notifications for new leases 7 years ago
dnsmasqsec.hotplug dnsmasq: use ubus signalling in ntp hotplug script 7 years ago
rfc6761.conf dnsmasq: do not forward rfc6761 excluded domains 7 years ago