Commit graph

9 commits

Author SHA1 Message Date
Felix Fietkau
c067858fdf dnsmasq startup script update: add notinterface parameter
This tiny patch makes the dnsmasq init.d script listen to a parameter called "notinterface", which tells dnsmasq to not listen on a defined set of interfaces.

By default dnsmasq *always* listens on the loopback interface, even if you tell it to specifically listen on a certain other interface. Sometimes this is not desirable behaviour, so you might want to turn it off. This is useful when, for example, you want to have your own DNS server listening on the loopback interface.

Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com>

SVN-Revision: 17599
2009-09-16 18:15:31 +00:00
Markus Wigge
807c0426bf changed "option" to "list" for binding interfaces
SVN-Revision: 15613
2009-05-05 09:33:56 +00:00
Jo-Philipp Wich
d63666203c dnsmasq: add more options for interface binding (#4900)
SVN-Revision: 15172
2009-04-09 14:51:15 +00:00
Markus Wigge
b05f64dd06 - added "server" option list to delegate specific subdomains to given upstream servers
SVN-Revision: 14232
2009-01-27 22:58:11 +00:00
John Crispin
9e17c77236 add section names to dnsmasq config
SVN-Revision: 12342
2008-08-19 22:05:41 +00:00
Travis Kemen
c4354c4589 convert the rest of /etc/dnsmasq.conf to uci
SVN-Revision: 9440
2007-10-24 21:08:54 +00:00
Florian Fainelli
92cd647b8b Use a more explicit variable name for the number of dhcp leases (#2240)
SVN-Revision: 8437
2007-08-19 20:50:52 +00:00
Florian Fainelli
30929d5e04 Use the end variable instead of limit (#2142)
SVN-Revision: 8307
2007-08-01 15:24:00 +00:00
Felix Fietkau
e1bb37f2ec upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452)
SVN-Revision: 6595
2007-03-17 13:31:13 +00:00