Another DNS over HTTPS recursive resolver.
- EDNS Client Subnet
- JSON API
Read Dohna NS Documentation to learn how to install Dohna NS on your device.
| Provider | Deploy |
|---|---|
| Cloudflare | |
| Vercel | |
| Netlify |
| Key | Default | Description |
|---|---|---|
| DNS | ["https://8.8.8.8/dns-query","https://8.8.4.4/dns-query","https://[2001:4860:4860::8888]/dns-query","https://[2001:4860:4860::8888]/dns-query"] | Specify a DNS over HTTPS server as the upstream. |
| API | ["https://8.8.8.8/resolve","https://8.8.4.4/resolve","https://[2001:4860:4860::8888]/resolve","https://[2001:4860:4860::8888]/resolve"] | Specify a JSON API server as the upstream. |
| IPV4_PREFIX | 32 | Specify the EDNS client subnet IPv4 prefix length. |
| IPV6_PREFIX | 128 | Specify the EDNS client subnet IPv6 prefix length. |
| CONCURRENT | false | Whether it concurrently queries all servers and returns the fastest result. |
You can use Netlify CLI or workerd (Recommended) to serve locally.
Make sure you can connect to upstream servers.
If you find a bug on self-hosted, try to reproduce it at dohna.ovh before reporting it.