Troubleshooting Guide¶
This guide helps you solve common issues with QuietNet DNS.
Connection Issues¶
DNS Not Working At All¶
Symptoms: No internet connectivity, or websites won't load.
Solutions:
- Verify DNS Settings:
- Check that you've entered the correct DNS information
- For DoH:
https://dns.quietnet.app/YOUR_API_TOKEN/dns-query
- For DoT:
YOUR_API_TOKEN.quietnet.app
-
IP Address:
103.107.50.10
-
Test Basic Connectivity:
If this fails, your internet connection is the issue, not DNS. -
Temporarily Use Another DNS: Switch to a public DNS (like 1.1.1.1 or 8.8.8.8) to check if the issue is with QuietNet or DNS in general.
-
Check Account Status: Verify your QuietNet account is active by logging into the dashboard.
Can't Connect with Encrypted DNS¶
Symptoms: DNS works with standard DNS but fails with DoH or DoT.
Solutions:
-
Check Protocol Support: Verify your device or OS supports the protocol you're trying to use.
-
Check Port Blocking:
- DoT uses port 853 - some networks block this
-
DoH uses port 443 (standard HTTPS) - try this if DoT fails
-
Verify Certificates:
- For DoT on Linux:
echo | openssl s_client -connect 103.107.50.10:853
-
Check for certificate errors in the output
-
Try a Different Implementation: If your device's native support isn't working, try a third-party client like cloudflared or dnscrypt-proxy.
Ad Blocking Issues¶
Ads Still Appearing¶
Symptoms: You still see ads on websites despite QuietNet being configured.
Solutions:
-
Verify DNS is Working: Check your dashboard to see if queries are being recorded.
-
Check Blocklist Configuration: Make sure the appropriate blocklists are enabled in your dashboard.
-
Clear Browser Cache:
Select "Cached images and files" and clear. -
Test with Different Browser: Some browsers may have DNS settings that override system settings.
-
Hard-to-Block Ad Types:
- First-party ads (served from same domain as content)
- Ads embedded in content streams (like YouTube video ads)
- Sites using anti-adblocking technology
Too Many Sites Being Blocked¶
Symptoms: Legitimate websites or services are being blocked.
Solutions:
-
Check Your Dashboard: See which blocklist is causing the issue.
-
Add to Allowlist: Add the domain to your "Always Allow These Domains" list.
-
Disable Aggressive Blocklists: Try turning off potentially over-blocking categories like "Social Media" or "Cryptomining".
-
Report False Positives: Contact support to report incorrectly blocked domains.
Device-Specific Issues¶
iOS/macOS Issues¶
Symptoms: Configuration profile won't install or doesn't work.
Solutions:
- Profile Installation Issues:
- Make sure you're using Safari to download the profile
- Check Screen Time/Restrictions settings
-
Try downloading the profile again
-
Private Relay Conflict:
- Go to Settings > Apple ID > iCloud > Private Relay
-
Turn off Private Relay (it conflicts with custom DNS)
-
Per-Network Settings: iOS may use different DNS settings for different networks. Verify settings for both WiFi and cellular.
Android Issues¶
Symptoms: DNS settings not applying or not persisting.
Solutions:
- Private DNS Issues:
- Try entering the hostname without "https://" or trailing slash
- Some Android versions require formatting like
YOUR_API_TOKEN.quietnet.app
-
Ensure you're running Android 9 or newer for Private DNS
-
App-Based DNS: If native settings don't work, try an app like 1.1.1.1 or Intra configured with your QuietNet URL.
-
Battery Optimization: Disable battery optimization for DNS apps if you're using them.
Windows Issues¶
Symptoms: DNS settings not applying across applications.
Solutions:
-
Network Interface Selection: Ensure you're configuring DNS for the active interface (WiFi or Ethernet).
-
Multiple Network Adapters: Windows prioritizes connections; check the interface metric:
-
Flush DNS Cache:
-
Disable Smart Multi-Homed Name Resolution: This Windows feature can bypass your DNS settings.
Linux Issues¶
Symptoms: DNS settings revert after reboot or aren't respected.
Solutions:
-
Check resolv.conf Management: Linux distros manage DNS differently:
If it's a symlink, identify the DNS manager (NetworkManager, systemd-resolved, etc.) -
Make Settings Persistent:
- With NetworkManager:
-
Modify dhclient.conf for DHCP/resolv.conf management
-
Check /etc/nsswitch.conf: Ensure DNS resolution order is correctly configured.
Network-Level Issues¶
Router Configuration Problems¶
Symptoms: Individual devices work with QuietNet, but router-level setup fails.
Solutions:
-
Check Router Capabilities: Some routers don't allow custom DNS or strip DNS settings from DHCP.
-
Bypass ISP DNS Hijacking: Some ISPs force their own DNS regardless of settings. Try:
- Using DoH/DoT (harder to intercept)
- Configuring at each device instead
-
Set up a local DNS server (like Pi-hole) with QuietNet as upstream
-
Verify DHCP Settings: Ensure your router is distributing the correct DNS settings to clients.
Public Network Limitations¶
Symptoms: QuietNet works at home but not on public WiFi or work networks.
Solutions:
-
Captive Portals: Some public WiFi requires accepting terms before using; temporarily disable QuietNet to connect, then re-enable.
-
Corporate/Public Network DNS Enforcement: Many public and corporate networks force their own DNS and block alternatives. Options:
- Use DoH in your browser only (often works even on restricted networks)
- Use a VPN to bypass network restrictions
-
Wait until you're on a less restrictive network
-
Mobile Data Fallback: On mobile devices, switch to mobile data temporarily if WiFi DNS is restricted.
Account and API Issues¶
API Token Problems¶
Symptoms: Authentication failures or "unauthorized" errors.
Solutions:
- Verify Token:
- Log into your dashboard
- Go to Blocklists > Your DNS Settings
-
Confirm your API token matches what you're using in your configuration
-
Reset Token: If you suspect your token has been compromised, you can generate a new one in your account settings.
-
Check Account Status: Ensure your account is active and in good standing.
Dashboard Stats Not Updating¶
Symptoms: You're using QuietNet but no queries appear in your dashboard.
Solutions:
-
Verify Configuration: Double-check that your devices are actually using your QuietNet DNS.
-
Check Delay: Statistics may have a slight delay in updating (typically a few minutes).
-
Firewall/Network Issues: Some networks might be blocking stats reporting. Try on a different network.
-
Browser Issues: Try clearing your browser cache or using a different browser to view the dashboard.
Advanced Issues¶
DNS Leaks¶
Symptoms: DNS leak tests show you're not using QuietNet despite configuration.
Solutions:
-
Identify Leaking Applications: Some applications bypass system DNS settings. Use Wireshark or similar to identify them.
-
Fix Browser Leaks:
- Disable features like "DNS prefetching" or "Secure DNS" if they're overriding your settings
-
For Chrome, visit
chrome://net-internals/#dns
and clear host cache -
Enforce DNS at Network Level:
- Set up firewall rules to redirect all DNS traffic (port 53) to your router
- Block outbound DNS except from your router
Performance Issues¶
Symptoms: Slow website loading or intermittent connectivity.
Solutions:
-
Check Internet Speed: Rule out general internet issues with a speed test.
-
Test Latency to QuietNet:
High latency (>100ms) may indicate network issues. -
Try Different Protocols: DoH might be faster than DoT on some networks, or vice versa.
-
Set Up Local Caching: Consider running a local DNS cache to improve performance.
Getting Additional Help¶
If you've tried the troubleshooting steps above and still have issues:
-
Check Our Documentation: Review all relevant guides for your setup.
-
Collect Diagnostic Information:
- Your device type and OS version
- Your DNS configuration details (excluding your API token)
- Any error messages you're seeing
-
Results of any troubleshooting steps you've tried
-
Contact Support:
- Premium users: Use the priority support option in your dashboard
-
Free users: Email [email protected] with your issue
-
Community Forums: Check our community forums for similar issues and solutions from other users.