Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: wim.langers on May 15, 2011, 06:14:49 AM

Title: dnsmasq configuration
Post by: wim.langers on May 15, 2011, 06:14:49 AM
Hello ,

It seems that now dnsmasq expects dnsmasq.conf to be in /etc instead of in /usr/local/etc (as before and as stated in the docs).  This is fine by me (consistent with the authors documentation), but it would ease things a bit if it were also specified in the TCE - docs :-)

wim
Title: Re: dnsmasq configuration
Post by: Juanito on May 15, 2011, 07:51:54 AM
For me it would be better to follow the tc convention of putting things under /usr/local where possible.
Title: Re: dnsmasq configuration
Post by: andriscom on May 18, 2011, 06:21:54 AM
Hi,

 The dnsmasq.conf.example is in /usr/local/etc/ by default. However it's true that dnsmasq is searching for /etc/dnsmasq.conf by default.
 You can use the -C option to spectify your config file.

 For example: dnsmasq -C /usr/local/etc/dnsmasq.conf