Active and ready - Parallel Racing, Circuit Breaker, geo-selection, and adaptive learning are enabled
This is an advanced DNS over HTTPS (DoH) service with anti-censorship features.
Pro version with Parallel DNS Racing, Circuit Breaker Pattern, geo-based selection, QNAME Minimization, DNS Padding, ECS Stripping, Negative Caching, Adaptive Timeouts, Enhanced Header Randomization, and 15+ other capabilities.
Dynamic scoring: 35% health, 30% speed, 20% reliability, 15% region
๐
Intelligent fallback when racing fails
๐
Benefits from ECH on Cloudflare servers
๐
Request Coalescing - merges duplicate requests to reduce latency
๐
CORS Support - full browser request support without cross-origin limits
๐ก
JSON DoH API - supports application/dns-json for broader compatibility
๐
Real RFC 8467 DNS Padding with a standard OPT record
๐งน
Advanced ECS Stripping - parses and removes EDNS Client Subnet from OPT records
๐ฒ
Decoy Traffic with 20 varied domains to hide DNS traffic patterns
๐ DNS Providers Used:
More than 200 trusted DNS servers from multiple countries with geo-location support
โข Cloudflare, Google, Quad9, OpenDNS
โข AdGuard, NextDNS, Mullvad
โข AhaDNS (US, Netherlands, Poland, India, Singapore, Australia)
โข BlahDNS (Finland, Japan, Germany, Singapore)
โข Pi-DNS (Europe, US)
โข 60+ more globally distributed servers...
โ What this DoH proxy does:
โข Fully encrypts DNS requests - your DNS queries are sent over HTTPS
โข Bypasses DNS poisoning - helps prevent DNS response tampering
โข Opens DNS-filtered websites - works when a site is blocked only at the DNS layer
โข Improves privacy - your ISP cannot see the domains you query
โข Improves security - helps prevent DNS-layer man-in-the-middle attacks
โข Improves speed - Racing Mode, Circuit Breaker, and Smart Caching select faster paths
๐ก Understanding filtering types:
Network filtering can happen at several layers:
1. DNS Filtering:
โข A site is blocked at the DNS level
โข โ This DoH proxy can bypass this type of filtering
โข Example: many websites in different countries
2. SNI Filtering:
โข A site is blocked by Server Name Indication
โข โ DoH alone is not enough; ECH or additional tooling is needed
3. IP Blocking:
โข The server IP address is blocked directly
โข โ DoH alone is not enough; a VPN may be required
4. Deep Packet Inspection - DPI:
โข Network packets are inspected deeply
โข โ DoH alone is not enough; a VPN or advanced proxy may be required
Bottom line: this DoH is enough when the target site is only DNS-filtered. Other filtering methods may require a VPN or additional tools.
๐ฑ How to Use:
๐ Browsers (Firefox, Chrome, Edge, Brave)
Open browser settings โ Privacy or Security โ DNS over HTTPS โ choose Custom Provider and enter the address above.
Enable ECH in Firefox:
1. Type about:config in the address bar
2. Search for network.dns.echconfig.enabled
3. Set it to true
With these settings, many DNS-filtered sites become accessible.
๐ฑ Intra App (Android)
1. Install Intra from Google Play
2. Open the app
3. Tap "Configure custom server URL"
4. Enter this address in the Custom DNS over HTTPS server URL field:
https://cloudflare-e8a.pages.dev/dns-query
5. Turn the ON switch on
This encrypts your DNS and opens sites that are blocked only by DNS filtering.
๐ iOS, iPadOS, and macOS
For Apple devices, download and install your personal profile:
Fragment config benefits:
โข Fragment support for bypassing DPI
โข Splits TLS Hello packets
โข Improves resistance to advanced filtering
๐ป Windows 10/11
Settings โ Network & Internet โ Properties โ DNS server assignment โ Edit โ Preferred DNS encryption: Encrypted only (DNS over HTTPS), then enter the address above.
๐ง Linux
Using systemd-resolved:
1. Edit the configuration file: sudo nano /etc/systemd/resolved.conf
2. Add these lines: [Resolve] DNS=https://cloudflare-e8a.pages.dev/dns-query DNSOverTLS=yes
3. Restart the service: sudo systemctl restart systemd-resolved
๐ง Router
Depending on your router model, DoH may be supported. Check your router DNS settings. Configuring DoH on the router encrypts DNS for all devices connected to the network.
๐ก๏ธ Security Recommendations:
For maximum security and access:
Scenario 1 - DNS filtering only:
โ Use this DoH proxy
โ Many sites become accessible
Scenario 2 - More advanced filtering:
โ Use this DoH proxy
โ Enable ECH in your browser
โ Use the Fragment config in Xray
โ Use a VPN for other layers when needed
General tips:
โข Use up-to-date browsers
โข Keep HTTPS enabled
โข Use reputable security software
โข Use strong passwords
โ FAQ:
Q: Can I access filtered sites with this DoH?
A: Yes, if the site is filtered only by DNS. If it is filtered by other methods like IP blocking or DPI, you may need a VPN.
Q: What is Fragment and how does it help?
A: Fragment is an anti-filtering technique that splits TLS Hello packets and makes DPI detection harder. Using Fragment alongside DoH can help against more advanced filtering.
Q: What is ECH and how does it help?
A: ECH, or Encrypted Client Hello, encrypts SNI and helps prevent SNI-based filtering. Both the browser and server must support it.
Q: How is this DoH different from 1.1.1.1?
A: This is your personal DoH proxy running on Cloudflare Workers, with advanced anti-censorship techniques such as 10-server Parallel Racing, Circuit Breaker, geo-selection, adaptive learning, DNS Padding, QNAME Minimization, Negative Caching, Adaptive Timeouts, and 15+ other capabilities. It still uses trusted DNS providers, but with much more control.
Q: Is this service free?
A: Yes, as long as you stay within the Cloudflare Workers free tier, such as 100,000 requests per day.
Q: Will using this DoH reduce speed?
A: Usually no. It may improve speed because Smart Caching and Racing Mode use the first fast response.
Q: What is the difference between the simple config and the Fragment config?
A: The simple config only enables DoH and is enough for DNS filtering. The Fragment config adds Fragment support, which helps with more advanced DPI filtering. For maximum resilience, the Fragment config is recommended.
Q: Can anyone see that I use this service?
A: Your DNS requests are encrypted, so your ISP cannot see their contents. It can only see that you connect to Cloudflare.
Q: How does Parallel Racing work?
A: The system sends each query to the top 10 DNS servers at the same time, scored by region, speed, health, and reliability, then accepts the first fast response. This reduces latency and improves reliability.
Q: What is Request Coalescing?
A: When multiple users or apps query the same domain at the same moment, the Worker sends one upstream request and shares the response with all waiting callers. This reduces server load and latency.