DoH / DoH3 (ECH)
The right choice for browsers, mobile profiles and any app that asks for a DNS-over-HTTPS URL.
https://dnsbunker.org/dns-queryA public encrypted DNS resolver that blocks ads, trackers, phishing and malware before your device ever connects to them. No account, no app, nothing written to disk.
The right choice for browsers, mobile profiles and any app that asks for a DNS-over-HTTPS URL.
https://dnsbunker.org/dns-queryFor Android, most routers and desktop operating systems, the hostname alone is enough.
dnsbunker.orgPlain DNS on port 53 is not reachable from outside. A client that cannot encrypt its queries cannot use this resolver.
Filtering happens before a connection is attempted. If a domain is on an active list, DNSBunker answers with NXDOMAIN instead of an IP address. The ad server, tracker or malicious host is never reached.
Hagezi's Pro list blocks known ad servers and tracking or telemetry domains across apps, smart TVs and browsers, not only web pages.
Hagezi's Threat Intelligence Feed adds phishing, malware and newly weaponised domains, updated continuously.
Wildcard and regular-expression rules catch generated and rotating hostnames that a plain domain list would miss.
Both lists are mirrored publicly at hagezi-mirror.dnsbunker.org for anyone who wants to point their own resolver at them.
If a legitimate domain is blocked, report it to the maintainers of the list that contains it. For Hagezi lists, the right place is the Hagezi issue tracker.
DNSBunker does not block answers that resolve to private or loopback addresses. Filtering those out indiscriminately breaks legitimate setups like split-horizon DNS, home automation and self-hosted services reached by their public hostname. Protection against DNS rebinding belongs on the client, which has the context to judge whether a private-IP answer makes sense.
DNSBunker does not keep a history of requested domains. Client IPs and query contents are not written to persistent storage, so the resolver cannot build a browsing profile from them.
When the resolver has to ask authoritative nameservers, it sends only the part of the name needed for that step (RFC 9156). Higher-level servers do not receive the full hostname if it is not necessary.
The infrastructure is located in Frankfurt, Germany. The project is operated under EU data protection law and the German legal pages linked below describe the processing details.
DNSBunker has no ad business, investor story or analytics product attached to it. It is a private, non-commercial resolver for people who want a stricter default without running the whole stack themselves.
Query dispatching runs on dnsdist, recursive resolution on Knot Resolver. Both are established open-source projects from the DNS infrastructure world, not a custom black box built for this project alone.
Every claim on this page is backed by a technical description in the Privacy Policy: what is processed, for how long, and why.
Queries are accepted exclusively over DoH, DoT and DoQ. Plain DNS on port 53 is closed to the outside, so lookups can't be read or altered in transit by a network sitting in between.
DNSSEC validation checks whether signed DNS answers still match their cryptographic chain. DNSBunker treats broken or invalid signatures as a failed answer instead of quietly falling back to unsigned trust.
DoH and DoH3 connections use Encrypted Client Hello, so the initial TLS handshake does not reveal in cleartext that a device is talking to DNSBunker specifically. Without ECH, that server name is visible to anyone watching the connection, even though the DNS traffic itself is encrypted.
A browser can't connect to dnsbunker.org directly. A resolver first has to turn that name into an IP address. That lookup happens constantly, usually before anything appears on screen.
DNS reveals which domains a device is trying to reach. Sent in the clear, the local network and access provider can read it. Logged by the resolver, the trail lives there instead.
A resolver can refuse an unwanted domain before a browser, app or smart TV ever opens a connection. It is not a full security suite, but it removes a lot of noise before it reaches a device.
NXDOMAIN. Clean domains resolve normally.That depends on where you are. DNSBunker runs from a single location in Frankfurt, not a global anycast network. For most of Central Europe the added latency is negligible; the further away you are, the more a resolver closer to you will usually win.
Your device falls back to whatever secondary resolver you've configured, if any. There is no failover network, no SLA and no uptime guarantee behind DNSBunker — it's a private project, not a managed service.
Yes. The stack is dnsdist in front of Knot Resolver, with the Hagezi lists loaded as RPZ zones — all open source, none of it tied to this specific server.
You shouldn't have to take it on faith. The Privacy Policy documents exactly what is processed and for how long, the block lists are public and mirrored, and the resolver software is well-known open source, not a custom black box.
For browsers, mobile configuration profiles and clients that accept a DoH URL (RFC 8484). DoH3 uses HTTP/3 over QUIC where the client supports it.
https://dnsbunker.org/dns-queryh3://dnsbunker.org/dns-queryGood for Android Private DNS, routers and system resolvers that ask for a hostname instead of a URL. DoT is defined in RFC 7858.
dnsbunker.orgQUIC-based transport for clients that support DoQ directly (RFC 9250). Useful when connection migration and fast reconnects matter.
quic://dnsbunker.orgDNS stamps bundle address, protocol and resolver metadata into a portable string, handy for DNSCrypt-Proxy, AdGuard Home and compatible clients.
sdns://AgMAAAAAAAAADjE4NS4yNTAuMjUwLjYxAA1kbnNidW5rZXIub3JnCi9kbnMtcXVlcnksdns://AwMAAAAAAAAADjE4NS4yNTAuMjUwLjYxAA1kbnNidW5rZXIub3Jnsdns://BAMAAAAAAAAADjE4NS4yNTAuMjUwLjYxAA1kbnNidW5rZXIub3JnBoth an IPv4 and an IPv6 address are provided. Neither offers plain DNS service on port 53.
185.250.250.612a0a:51c1:000a:00ea::Open Settings > Network & Internet > Private DNS, choose Private DNS provider hostname and enter the hostname below. Android uses DoT system-wide.
dnsbunker.orgWindows 11 supports DoH in network settings: select the active connection, edit DNS server assignment, switch to manual, enter the IP address and set DNS encryption to HTTPS only. For Windows 10 or more advanced routing, YogaDNS is a practical option.
https://dnsbunker.org/dns-queryApple devices can install an encrypted DNS profile system-wide. Download the profile below, review it in the system prompt and install it if the endpoint matches what you expect.
Download configuration profileGenerate a custom profileFirefox, Chrome and Edge can all resolve via DoH independently of the operating system. In Firefox: Settings > Privacy & Security > DNS over HTTPS > Custom, then enter the DoH URL below. In Chrome or Edge: Settings > Privacy and security > Security > Use secure DNS > Custom, same URL.
https://dnsbunker.org/dns-queryWith systemd-resolved, set DNS= to the address below and DNSOverTLS=yes in /etc/systemd/resolved.conf (or the equivalent NetworkManager setting), then restart the service. systemd-resolved doesn't speak DoH; for that, run a local forwarder such as dnscrypt-proxy or cloudflared pointed at the DoH endpoint.
dnsbunker.orgOn OpenWrt, pfSense, OPNsense, AdGuard Home or Pi-hole, set DNSBunker as the encrypted upstream. Keep local names and DHCP handling local; send public lookups through the resolver.