Any changes will not be read real time, only selected files like
--dhcp-hostsdir or --hostsdir. I think --hostsdir could be used for it,
reloading it without explicit SIGHUP. It will just watch for changes in
that directory. It would not allow to remove already served names
however. I think you can only add new names. I did not verify that
however myself.
Post by Steve LloydIf I update an external conf file will dnsmasq read in the changes in
real time or do I have to restart it?
Post by Petr MenÅ¡Ãkand then generate your file any way you need. For example in bash
echo "# Autogenerated file, do not edit by hand" >
/etc/dnsmasq.d/blocked.conf
for DOMAIN in 2o7.net <http://2o7.net> 2mdm.net <http://2mdm.net>
do echo "address=/$DOMAIN/$MYIP" >> /etc/dnsmasq.d/blocked.conf
done
even better would be...
echo "# Autogenerated file, do not edit by hand" >
/etc/dnsmasq.d/blocked.conf
for DOMAIN in 2o7.net <http://2o7.net> 2mdm.net <http://2mdm.net>
facebook.com <http://facebook.com> fbcdn.net <http://fbcdn.net>
fbcdn.com <http://fbcdn.com> facebook.net <http://facebook.net>
do echo "server=/$DOMAIN/" >> /etc/dnsmasq.d/blocked.conf
done
--
NOTE: No off-list assistance is given without prior approval.
*Please keep mailing list traffic on the list unless*
*a signed and pre-paid contract is in effect with us.*
_______________________________________________
Dnsmasq-discuss mailing list
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
_______________________________________________
Dnsmasq-discuss mailing list
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss