DoH VS dohservers

Compare DoH vs dohservers and see what are their differences.

dohservers

A list of publicly available DNS over HTTPS (DoH) servers (by oneoffdallas)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
DoH dohservers
18 12
52 227
- -
1.2 3.8
about 1 year ago about 2 months ago
PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

DoH

Posts with mentions or reviews of DoH. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Encrypted DNS, what's the point?
    3 projects | /r/privacy | 6 Mar 2023
    Even those who weren't interested in self-hosting might spend a couple of minutes hosting their own DNS proxy since it's much more flexible and don't require root or dedicated port (at least with DoH).
  • I have a feeling 1.1.1.1 + WARP isn't gonna last long
    2 projects | /r/indonesia | 30 Jul 2022
  • AdGuard Home and dealing with DoH
    4 projects | /r/Adguard | 17 Mar 2022
    To inject a little paranoia, DoH spec and implementation don't actually require the providers to only use /dns-query, it's possible (and very simple) to create an innocuous-looking website with /supersecretdns serving DoH, or directly on the homepage itself (the request for DoH vs regular webpage has different header), but if your kids are already that proficient, no way to stop them aside from plugging off the router.
  • Preparing for when NextDNS gets blocked
    3 projects | /r/nextdns | 15 Feb 2022
    Get a PHP hosting (dime a dozen these days), and proxying on PHP is also seamless, pretty much any website can have a secret URL that serves DoH.
  • Tiny script for DoH proxy
    1 project | /r/dns | 28 Dec 2021
    https://github.com/NotMikeDEV/DoH/blob/master/dns.php handles both POST & GET. Yours only work with the POST, used by Chrome & Firefox, but not AdGuard.
  • Is there any issue with playing DoH DNS roulette?
    1 project | /r/dns | 23 Nov 2021
    If you are paranoid about a particular DNS server knowing your requests (but not paranoid enough to just use Tor entirely), the alternative will be just running a recursive resolver where you're running that PHP file. This exposes your server IP to the nameserver, but that's it, no extra third parties are involved. Or take it to the next level by running Tor there and forwarding plain DNS requests through it.
  • Anyone know of a free service I can host a custom dns on
    2 projects | /r/dns | 17 Nov 2021
    DoH can be somewhat protected with a secret path, you can even create one for free on Cloudflare Worker or any PHP hosting, but only Windows 11, iOS, macOS, and browsers support it natively. DoT is supported by Android natively but hiding the custom domain is more complex (you'll need wildcard cert, which requires manual record update with LetsEncrypt every 90 days), and if someone snoops on your traffic since they can see the domain for the DoT.
  • Dirt simple PHP script to run DNS over HTTPS (DoH) on almost any hosting
    1 project | /r/programming | 6 Nov 2021
  • Is there any DoH add-on for WordPress?
    1 project | /r/Wordpress | 20 Sep 2021
  • My ISP starts hijacking dns servers so unbound stopped working
    6 projects | /r/pihole | 18 Jun 2021
    That relies on a list of known DoH providers. Private DoH server won't be in the list, which can be very easily made on any PHP hosting or even just a Cloudflare Worker.

dohservers

Posts with mentions or reviews of dohservers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-24.
  • Restrict DNS resolution to pihole only
    3 projects | /r/pihole | 24 Feb 2023
    shouldn't be that hard, just load one of these... https://github.com/Sekhan/TheGreatWall https://github.com/oneoffdallas/dohservers
  • Private IPs in Public DNS: Android Private DNS by default, LetsEncrypt
    1 project | /r/homelab | 29 Jan 2023
    No reason to put private IPs in public DNS. Use split DNS and block port 853 and use this list for DoH.
  • nextDNS being blocked; solutions
    2 projects | /r/nextdns | 3 Sep 2022
  • Blocklist for other DNS/DoH/DoT services
    2 projects | /r/nextdns | 30 Aug 2022
    There is some meager effort like this, but it's seriously trivial for one to create their own DoH proxy, or heck, just create their own NextDNS config. So even if you block port 853 (used by DoT & DoQ) and port 53 (unencrypted DNS), DoH traffic is simply unstoppable, yes there is traffic analysis, but with DoH3 it would be impossible to detect an innocuous-looking website serving regular traffic has a hidden DoH endpoint.
  • AdGuard Home and dealing with DoH
    4 projects | /r/Adguard | 17 Mar 2022
    I run Pfsense and am able to block most common DoH services. I’m sure you will be able to configure similar options on opnsense. The best way to do this is a DNS block through AGH and an IP block with opnsense. Firefox provides what domains to block to disable their DoH, https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https. You can also add these two lists to block most other common DoH services, https://github.com/oneoffdallas/dohservers, https://github.com/Sekhan/TheGreatWall. These lists will work with AGH for DNS blocking and for IP blocking aliases. If you have any Apple devices on your network you can use these domains to block private relay, https://raw.githubusercontent.com/Rogacz/private-relay/main/pr2.txt. I recommend you add these private relay domains as a custom entry in AGH to return NXDOMAIN so that the device shows that private relay is unavailable versus using a NULL response where it will say it’s available when it really isn’t. With these lists added to DNS blocklists as well as IP blocklists I have seen almost no DoH services getting through. The only service that I’ve experienced getting through the rules so far is Next DNS since it uses different IPs depending on what is fastest for your location, making it harder to block. I found a way to discover the IPs for their servers near you and will edit the post if I find the instructions again. Also make sure to completely block port 853 to block DoT. Lastly using these instructions from Pfsense, you can redirect or block all DNS queries that aren’t destined for your AGH instance. The instructions should be transferable to opnsense.
  • AdGuard Home - Docker
    2 projects | /r/selfhosted | 22 Feb 2022
    I’ve also been using this to block doh domains: https://github.com/travisboss/TheGreatWall - and in conjunction, at router level, I block their IP endpoints: https://github.com/oneoffdallas/dohservers
  • How to properly block DNS ? (not only port 53)
    2 projects | /r/Ubiquiti | 27 Oct 2021
    DoH serves is another story of course. You can at least check https://github.com/oneoffdallas/dohservers/ It can be imported directly into Pi-Hole
  • Blocking DoH for family filter
    2 projects | /r/PFSENSE | 21 Oct 2021
    After reading through this and looking at some other sources I think I am going to create a URL Table of IPs that updates every X days using the list from https://github.com/oneoffdallas/dohservers/blob/master/iplist.txt . And I'll add in the few Cloudflares that it has commented out. And I'll use that alias to block outgoing 443 to those IPs. It seems pretty low maintenance and I don't have to have another package installed, which I was hoping to avoid. And I'll block all outgoing 853 as well. We'll see how it goes
  • (Update) Ubiquiti refuses to disclose why they are tracking us.
    1 project | /r/Ubiquiti | 4 Mar 2021
    Step 5: Add the DNS over HTTPS lists to your pihole (https://github.com/oneoffdallas/dohservers)
  • Breach of privacy in Home Assistant's implementation of CoreDNS discovered.
    3 projects | /r/homeassistant | 28 Jan 2021
    This isn't a complete approach, but you can block outgoing traffic from hitting DoH servers. https://raw.githubusercontent.com/Sekhan/TheGreatWall/master/TheGreatWall_ipv4 https://github.com/oneoffdallas/dohservers

What are some alternatives?

When comparing DoH and dohservers you can also consider the following projects:

Unbound - Unbound is a validating, recursive, and caching DNS resolver.

ProxyDNS - Tool written in C which bypasses DNS-based internet censorship even when port 53 is intercepted. No longer supported.

docker-cloudflared - Cloudflared proxy-dns Docker image

doh-cf-workers - DNS-over-HTTPS proxy on Cloudflare Workers

encrypted-dns - DNS over HTTPS config profiles for iOS & macOS

TheGreatWall - Prevent program and malware to bypass DNS filter by using DoH

bebasdns - Membantumu berselancar dengan aman dan tidak terbatas!.

plugin-dns - CoreDNS implementation for Home Assistant

dnsproxy - Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support

docker-bind - Bind (bind9) caching DNS server on Alpine or Debian with wild-card domain support [multi-arch]

outline-apps - Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet.