dns-over-https
dns-over-https copied to clipboard
High performance DNS over HTTPS client & server
Hello. Currently `dns-over-https` works around some `dnscrypt-proxy` and old Firefox bugs/features, and each time that happens, a message is printed in the log. If `dns-over-https` is used as a public...
I run `doh-server` on my server under two domains. My server is proxied by cloudflare, so I have 3 IPs for each domain, plus the servers real IP address. I've...
# Minimal issue reproduction **Go Version** 1.15 **OS and Arch** Ubuntu/Bionic Beaver - amd64 **Steps** 1. add 127.0.0.53:53 in doh-client.conf to listen array (or if your dns is configured to...
I've created an RPM package for CentOS (should work on Fedora as well) + SELinux policy. Are you interested in this?
use net.ParseCIDR to parse edns_client_subnet.
See #66
IETF DoH requires a URI Template while configuring the client. For example: `/query{?dns}` This implementation does not support URI Template yet, and still uses the obsolete `ct=` parameter to negotiate...
Hello In doh-server.conf you can set a cert an key file. However, when the key file is only readable by root, the service won't start: `[root@testserver ~]# ls -l test.key`...
Hi I created a doh-server But I want to use the server ip instead of the client ip when requesting the upstream dns But I noticed that the doh-server seems...
Using `caddy` as reverse proxy and Cloudflare as CDN service. Cannot read client real IP with header `X-Forwarded-For` Part of caddy configuration: ``` { "match": [ { "host": ["example.com"] }...