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.
openwrt/package
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
..
base-files base-files: create /etc/config/ directory 7 years ago
boot uboot-sunxi: build for NanoPi NEO 7 years ago
devel gdb: bump to 8.0.1 7 years ago
firmware ath10k-ct firmware: Tx-hang and EAPOL handling fixes for wave-2 firmware. 7 years ago
kernel mt76: update to the latest version 7 years ago
libs libnetfilter_conntrack: switch to git 7 years ago
network dnsmasq: add listen_address parameter 7 years ago
system uci: bump to git HEAD version 7 years ago
utils package/utils/f2fs-tools: Update to 1.9.0 7 years ago
Makefile build: cleanup tmp/ dir of target rootfs 7 years ago