Client Setup & Configuration Guide
Connect your devices to AmarDNS for multi-layer ad-blocking, anti-tracking, DNSSEC validation, and real-time AI zero-day threat defense.
1. Core Connection Endpoints
DNS-over-HTTPS (DoH)
Standard encrypted DNS over HTTPS (Port 443) with HTTP/2 and TLS 1.3 support.
https://amardns.dedyn.io/dns-query
DNS-over-TLS (DoT)
Dedicated encrypted DNS over TLS on Port 853 with ALPN dot negotiation.
amardns.dedyn.io
Plain Standard DNS (UDP/TCP 53)
Universal fallback listener powered by kernel SO_REUSEPORT multi-workers.
Port 53 (UDP & TCP)
2. Device Configuration Instructions
Android (Private DNS)
- Open Settings → Network & internet → Private DNS.
- Select Private DNS provider hostname.
- Enter
amardns.dedyn.ioand tap Save.
Apple iOS & macOS
- For Safari and system-wide encrypted DNS, install an encrypted DNS mobileconfig profile or configure in System Settings → Network → DNS.
- For DoH in browsers, enter
https://amardns.dedyn.io/dns-queryunder browser privacy settings.
Google Chrome / Brave / Microsoft Edge
- Open Settings → Privacy and security → Security.
- Enable Use secure DNS and select Custom.
- Enter:
https://amardns.dedyn.io/dns-query
Mozilla Firefox
- Open Settings → Privacy & Security → DNS over HTTPS.
- Select Max Protection or Increased Protection.
- Choose Custom Provider and enter:
https://amardns.dedyn.io/dns-query
Linux (systemd-resolved)
# Edit /etc/systemd/resolved.conf
[Resolve]
DNS=amardns.dedyn.io
DNSOverTLS=yes
DNSSEC=yes
Then run: sudo systemctl restart systemd-resolved
3. Testing & Verification
Verify your secure connection using our browser-testable JSON resolver API:
If you receive a JSON response with status code 0 (NOERROR) and AD=true, your encrypted DNSSEC pipeline is fully operational.