aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnsmasq/dnsmasq.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/dnsmasq: listen to all BRIDGE_ADDRsNatanael Copa2018-12-181-2/+11
| | | | | | | | make sure dnsmasq listens to all addresses specified in BRIDGE_ADDR, but not the ones in BRIDGE_ADDR_EXTRA. That way it is possible to have another daemon listening to the extra address. Also make sure we remove the addresses on service stop.
* main/dnsmasq: fix netmask for multi addr supportNatanael Copa2018-12-181-1/+4
| | | | | | | | | | We already support multiple addresses for the bridge device, but they would all use the BRIDGE_NETMASK. Fix so you can either specify the netmask with the address or fallback to BRIDGE_NETMASK. For example: BRIDGE_ADDR="192.168.0.1 10.0.0.1/16" BRIDGE_NETMASK="255.255.255.0"
* main/dnsmasq: add BRIDGE_ADDR_EXTRA support to initdCarlo Landmeter2018-11-161-3/+5
|
* main/dnsmasq: fix typoLeonardo Arena2018-10-261-1/+1
|
* main/dnsmasq: add DNSMASQ_LISTEN_BRIDGE_ADDR optionNatanael Copa2018-04-201-1/+5
| | | | | | | some setups with tinc may have two different adresses with same(!) ip addr. This confuses dnsmasq if --listen-address is specified. We make it possible to work around it by making it possible to disable --listen-address via DNSMASQ_LISTEN_BRIGE_ADDR=no.
* main/dnsmasq: allow disable iptables and fix bridgeCarlo Landmeter2017-10-251-2/+7
|
* main/dnsmasq: add feature to create bridge interfacesNatanael Copa2017-05-231-8/+77
| | | | Make it possible to create bridge interfaces for use with lxc and xen
* main/dnsmasq: improve runscript, check config before startingJakub Jirutka2017-03-141-2/+15
|
* main/dnsmasq: improve runscript and abuild, enable conf-dirJakub Jirutka2016-08-021-21/+12
|
* main/dnsmasq: Added description to init.d scriptDaniele Coli2015-11-031-0/+3
| | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog.
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-1/+1
|
* main/dnsmasq: replace opts in init.d script and create user/groupNatanael Copa2012-01-191-8/+5
| | | | | | While we were here we create and enable the user "dnsmasq". ref #943
* main/dnsmasq: start service after firewallNatanael Copa2009-09-151-1/+1
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+38
and fixed misc build issues