nextdns
Unbound
nextdns | Unbound | |
---|---|---|
986 | 40 | |
3,416 | 3,377 | |
2.9% | 3.5% | |
8.3 | 9.4 | |
12 days ago | 1 day ago | |
Go | C | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nextdns
-
uBlock Origin is no longer available on the Chrome Store
uBlock Origin still works in Firefox. https://addons.mozilla.org/en-US/firefox/addon/ublock-origin...
And you can, I believe, still just modify your hosts table to block out ads in Chrome. https://github.com/StevenBlack/hosts
Or your router's DNS using something like NextDNS. https://nextdns.io/
Ads suck. Support content where you can, but even when you pay they still serve ads / tracking scripts. So fuck 'em. Block all the ads.
-
Hack your DNS for better focus
I've used NextDNS for years to keep our home internet safe for the kids and it works really well. Fortunately NextDNS offers API access that you can use to automate turning different internet filters on and off. Unfortunately their API docs are horrible.
-
Microsoft begins turning off uBlock Origin and other extensions in Edge
I think that we'll need to adopt network-level filtering if we want to outsmart the browsers. I haven't looked back since adopting NextDNS and configuring my router to filter all traffic through it. It does a great job of stripping ads out of all my devices connected to it, and that's something I don't mind paying a few bucks for a year (I think it's like $19/year).
Check it out here: https://nextdns.io/
-
I ditched my Pi-hole but still block ads with NextDNS
NextDNS is very much alive, although progress is measured and calm¹ as compared to Control D. But it's also been rock-solid for me for years, where Control D seems to be less so².
¹ https://github.com/nextdns/nextdns/releases ² https://www.reddit.com/r/ControlD/comments/1irgehp/178ms_lat...
-
Pihole v6
One of the most values I get out of a SaaS service is NextDNS [0]. There are competitors like ControlD [1] that are also very good. At the end of the day they both check all the boxes for me.
But, the piece that really got me with NextDNS when I started using it was the unlimited number of profiles. This allows me to target any device, no matter where it is (this is fantastic for mobile devices) and keep my filtering lists in place. I selfhost a lot but still find the annual cost of NextDNS more than fair.
[0] https://nextdns.io/
-
Everyone knows your location: tracking myself down through in-app ads
Use NextDNS (https://nextdns.io) on your mobile phone as a Private DNS provider, and switch as many apps as allow it to be web apps, i.e. https://m.uber.com works just fine, and use Firefox on mobile and enabled about:config as it's at chrome://geckoview/content/config.xhtml , from there switch beacon.enabled to false.
Far less requires an actual app than most people imagine. It's the apps that leak so much.
- Candy Crush, Tinder, MyFitnessPal: See the Apps Hijacked to Spy on Your Location
-
Ask HN: What ist your AdBlock strategy?
- Pi-Hole can run on a Linux box, in a Docker container, and on a Synology. You don't need a Raspberry Pi to run it.
- Look at https://nextdns.io as an alternative.
- I use uBlock Origin and NextDNS at home.
-
Ask HN: What currently is the best, nerd-friendly, rootable Android phone?
" appears to have blacklisted it on the basis of its model name"
Why is that?
I think Pixel was always good for this. The problem with rooted phones is that many bank applications wont run anymore.
"of systemwide adblocking"
Your alternative would be to use another DNS service like https://nextdns.io
- Phishing Campaigns Targeting USPS See as Much Web Traffic as the USPS Itself
Unbound
-
Just one bad packet can bring down a vulnerable DNS server thanks to DNSSEC
dnsmasq and unbound are impacted to
https://github.com/NLnetLabs/unbound/releases/tag/release-1....
https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/20...
As are any other DNSSEC validators that followed the specifications.
Bind9 has its problems but this is not its fault this time.
-
Encrypted Client Hello – the last puzzle piece to privacy
Are you familiar with https://pi-hole.net/ ?
In my house I want DNS resolution to be performed by my own DNS resolver (https://github.com/NLnetLabs/unbound), after I block ad domains.
DoH circumvents that.
-
F5 Forward Proxy DNS resolvers CNAME limit
So yep it's an unbound thing: https://github.com/NLnetLabs/unbound/issues/438 there was a PR to allow a user to change the depth of a chase. I doubt F5 would have that version of unbound in any current software but support may be able to check or look at a lab 17.1 to see what version it is--you could then manually edit the conf file but it wouldn't persist through upgrades..
-
DNS Resolver does not return correct responses for all queries
That's confirms in issue#362 I found.
-
What upstream dns resolvers do you use?
The last time I checked, Unbound does not support upstream DoH. You can configure it to reply to DoH requests from clients, but you can't use it to forward queries to another DoH provider like Cloudflare or Quad9. Has that changed? The pull request has been open for 3 years.
-
Can unbound operate in iterative mode?
And, while the documentation for unbound.conf doesn’t say a whole lot about the iterator module specifically as far as I can tell, the code says:
-
Running PiHole on a second server
Gravity-Sync won't do that. But searching around on GH, I found this : https://github.com/NLnetLabs/unbound/blob/master/contrib/unbound_cache.sh
- DNS Delegation - How to DNSSEC?
-
pfBlockerNG-devel v3.1.0_7 / v3.1.0_14
Version 1.15.0 Configure line: --with-libexpat=/usr/local --with-ssl=/usr --disable-dnscrypt --disable-dnstap --with-libnghttp2 --enable-ecdsa --disable-event-api --enable-gost --with-libevent --with-pythonmodule=yes --with-pyunbound=yes ac_cv_path_SWIG=/usr/local/bin/swig LDFLAGS=-L/usr/local/lib --disable-subnet --disable-tfo-client --disable-tfo-server --with-pthreads --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/share/info/ --build=amd64-portbld-freebsd12.3 Linked libs: libevent 2.1.12-stable (it uses kqueue), OpenSSL 1.1.1n-freebsd 15 Mar 2022 Linked modules: dns64 python respip validator iterator BSD licensed, see LICENSE in source package for details. Report bugs to [email protected] or https://github.com/NLnetLabs/unbound/issues
-
Anyone know of some open-source or community based name-servers?
"Unbound" for example https://github.com/NLnetLabs/unbound
What are some alternatives?
dnscrypt-proxy - dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
PowerDNS - PowerDNS Authoritative, PowerDNS Recursor, dnsdist
youtube_ad_blocklist - This is an open project to maintain a list of domain names that serve YouTube ads
Knot DNS - A mirrored repository
the-quantum-ad-list
Knot Resolver - Knot Resolver - resolve DNS names like it's 2025