From 4892cc6901d112eaf647a6a990510e4dee14c5b8 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 4 Oct 2015 19:40:46 -0700 Subject: [PATCH] [dnsmasq] Fix conf-dir, block more ad domains --- dnsmasq/dnsmasq.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dnsmasq/dnsmasq.conf b/dnsmasq/dnsmasq.conf index 56592cd..6c1791f 100644 --- a/dnsmasq/dnsmasq.conf +++ b/dnsmasq/dnsmasq.conf @@ -57,6 +57,8 @@ server=8.8.4.4 #address=/double-click.net/127.0.0.1 address=/dev/127.0.0.1 address=/taboola.com/127.0.0.1 +address=/adspirit.de/127.0.0.1 +address=/outbrain.com/127.0.0.1 # If you want dnsmasq to listen for DHCP and DNS requests only on # specified interfaces (and the loopback) give the name of the @@ -589,7 +591,7 @@ listen-address=127.0.0.1 # Include another lot of configuration options. # conf-file=/usr/local/etc/dnsmasq.adblock.conf -conf-dir=/etc/dnsmasq.d +conf-dir=/usr/local/etc/dnsmasq.d # Include all the files in a directory except those ending in .bak #conf-dir=/etc/dnsmasq.d,.bak