[Dnsmasq-discuss] Using a variable in the address option in dnsmasq.conf
wkitty42 at gmail.com
wkitty42 at gmail.com
Fri Mar 2 17:23:54 GMT 2018
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.*
More information about the Dnsmasq-discuss
mailing list