Earlier quoted context omitted.
> One can achieve this locally, on a laptop/desktop, using https://github.com/StevenBlack/hosts I use this with DD-WRT to get network-wide filtering. It's not perfect (only updates on router boot), but good enough for me. Additional DNSMasq options: addn-hosts=/tmp/ad-hosts no-resolv strict-order server=8.8.8.8 server=8.8.4.4 Startup script: wget -qO /tmp/ad-hosts-v4 https://raw.githubusercontent.com/StevenBlack/host…
Urgh why do people have to be so POSIX about things. Here is the content of my /etc/cron.daily/adblock file: #!/bin/bash wget -qO- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts \ | sort -u \ | awk '/^0/ {print;print ":: " $2}' \ > /tmp/ad-hosts service dnsmasq reload I know cycles are cheap but that doesn't mean we should be spaffing them up the wall when we can do things cheaper. This avoids doubl…
Optimal DNS Ad Blocker
71–80 of 98 posts
Re: Optimal DNS Ad Blocker
#72Re: Optimal DNS Ad Blocker
#73I will just leave this here http://someonewhocares.org/hosts/ i put this hosts file on every device/router that i touch. It works fully local. So infinitely (and this is not even a hyperbole) faster and you won't have to exchange one privacy hole for another on the "cloud".
>infinitely (and this is not even a hyperbole) faster Not if your HOSTS file is >135KB (the one you've provided is 373KB), you're using Windows 8 or earlier and you haven't disabled the DNS Client service. http://winhelp2002.mvps.org/hostswin8.htm (about half way down)
FWIW I do the same, also use that host file at the border router and yes the difference is quite big. I'm always shocked about the extra adverts I see when using a computer or tablet outside of my own network.
Re: Optimal DNS Ad Blocker
#74One can achieve this locally, on a laptop/desktop, using https://github.com/StevenBlack/hosts Or you can combine that with https://github.com/jlund/streisand to have a VPN service that happens to adblock (great for mobile). That said... I like that Optimal have made this too, because neither of the above can work for all devices in a household and more things in the house are tracking you and serving adverts (TV!). T…
Hi I'm the CEO of Optimal, Rob. We use open source lists of adservers but have had to evolve from those lists since some of them are invalid or overly aggressive. We do not and will never make decisions about what to block based on being paid by any of these companies. We are building a consumer filtering system, and we are responsible to consumers. If you try it out and find any sites that don't work as intended ple…
Will you switch over to a paid service once you're out of beta?
Also what's your policy on logging?
Below (a probably outdated list of) privacy enhanced servers that don't log.
# Swiss Privacy Foundation http://www.privacyfoundation.ch/de/service/server.html
77.109.138.45
77.109.139.29
# www.censurfridns.dk http://www.censurfridns.dk/
91.239.100.100
89.233.43.71
# CCC http://www.ccc.de/censorship/dns-howto
85.214.20.141
204.152.184.76
194.150.168.168
213.73.91.35
# Comodo Secure DNS https://www.comodo.com/secure-dns/
8.26.56.26
8.20.247.20
# DNS Watch https://dns.watch/index
84.200.69.80
84.200.70.40
# Fool DNS http://www.fooldns.com/fooldns-community/
87.118.111.215
# Free DNS http://freedns.zone/
37.235.1.174
37.235.1.177
take the above list to find the one fastest for you: for i in `cat dns.txt|grep -v '^#'`
do
qt=`dig @$i techcrunch.com| grep "Query time:" |cut -f2 -d ':'`
echo "$i: $qt"
doneRe: Optimal DNS Ad Blocker
#75Not sure what to think of it: An "ethical" ad blocking service launched Thursday that allows users to pay their favorite publishers not to show them ads. [...] With Optimal.com, users will pay a flat monthly fee (Leathern told Business Insider the exact amount hasn't been released, but it's likely to be a high single-digit number) to experience an ad free web. Source: http://uk.businessinsider.com/optimal-launches-su…
>"An "ethical" ad blocking service " All ad-blocking is ethical. It's the advertisers job to make me aware of products in a way that doesn't anger me, and they're doing a really shitty job.
Re: Optimal DNS Ad Blocker
#76Say everyone in the world started using this today: what solution would Google need to use to deliver ads to get around DNS blocks?
Re: Optimal DNS Ad Blocker
#77Re: Optimal DNS Ad Blocker
#78One can achieve this locally, on a laptop/desktop, using https://github.com/StevenBlack/hosts Or you can combine that with https://github.com/jlund/streisand to have a VPN service that happens to adblock (great for mobile). That said... I like that Optimal have made this too, because neither of the above can work for all devices in a household and more things in the house are tracking you and serving adverts (TV!). T…
Hi I'm the CEO of Optimal, Rob. We use open source lists of adservers but have had to evolve from those lists since some of them are invalid or overly aggressive. We do not and will never make decisions about what to block based on being paid by any of these companies. We are building a consumer filtering system, and we are responsible to consumers. If you try it out and find any sites that don't work as intended ple…
Re: Optimal DNS Ad Blocker
#79Getting rid of ads in exchange for letting an additional third party know all my Web-surfing respective DNS-lookups? Not sure which one is worse ..?
Re: Optimal DNS Ad Blocker
#80I am going to try this out, but here I would have even less control since I can't edit the zone file.
Edit: Just turned it on and cleared all relevant caches. Still seeing ads all over Google, CNN, BBC, Imgur and a few others. Don't think this works terribly well.
Edit 2: oh but now the Comedy Central app on my phone won't launch. Turning this off.