Re: [Dnsmasq-discuss] [RFC] dns: add option to ban domains

2017-08-09 Thread richardvo...@gmail.com
> > > How is the 'ban-hosts' file updated? Does it need a SIGHUP to dnsmasq > (please not another thing hanging off SIGHUP) Does it need a complete > restart? > > If 'ban-hosts' can be dynamically updated then I can see some value in it, > until then it looks like it's a syntax nicety. Perhaps t

Re: [Dnsmasq-discuss] [RFC] dns: add option to ban domains

2017-08-08 Thread Kevin Darbyshire-Bryant
On 08/08/17 09:23, wkitt...@gmail.com wrote: On 08/08/2017 04:06 AM, Matteo Croce wrote: 2017-08-08 4:26 GMT+02:00 : On 08/07/2017 06:02 PM, Matteo Croce wrote: I propose adding an option to allow banning some domains. add `--ban-hosts' which accepts a file name which contains a list of d

Re: [Dnsmasq-discuss] [RFC] dns: add option to ban domains

2017-08-08 Thread wkitty42
On 08/08/2017 04:06 AM, Matteo Croce wrote: 2017-08-08 4:26 GMT+02:00 : On 08/07/2017 06:02 PM, Matteo Croce wrote: I propose adding an option to allow banning some domains. add `--ban-hosts' which accepts a file name which contains a list of domains to block, one per line. Domains are block

Re: [Dnsmasq-discuss] [RFC] dns: add option to ban domains

2017-08-08 Thread Matteo Croce
2017-08-08 4:26 GMT+02:00 : > On 08/07/2017 06:02 PM, Matteo Croce wrote: >> >> I propose adding an option to allow banning some domains. >> >> add `--ban-hosts' which accepts a file name which contains a list of >> domains to block, one per line. >> Domains are blocked by simply returning NXDOMAI

Re: [Dnsmasq-discuss] [RFC] dns: add option to ban domains

2017-08-07 Thread wkitty42
On 08/07/2017 06:02 PM, Matteo Croce wrote: I propose adding an option to allow banning some domains. add `--ban-hosts' which accepts a file name which contains a list of domains to block, one per line. Domains are blocked by simply returning NXDOMAIN. is the following in dnsmasq.conf broken?

[Dnsmasq-discuss] [RFC] dns: add option to ban domains

2017-08-07 Thread Matteo Croce
I propose adding an option to allow banning some domains. add `--ban-hosts' which accepts a file name which contains a list of domains to block, one per line. Domains are blocked by simply returning NXDOMAIN. TODO: allow blocking also subdomains via wildcard: eg. *.example.com --- dnsmasq.conf.e