On 03/02/2018 07:46 AM, Petr Menšík wrote:
and 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 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 2mdm.net facebook.com fbcdn.net fbcdn.com facebook.net
do echo "server=/$DOMAIN/" >> /etc/dnsmasq.d/blocked.conf
done
so dnsmasq will return NXDOMAIN for blocked domains :evilBOFHgrin:
--
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
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss