dns-over-https-proxy icon indicating copy to clipboard operation
dns-over-https-proxy copied to clipboard

a DNS agent which forwards queries to Google's beta DNS-over-HTTPS service

Results 5 dns-over-https-proxy issues
Sort by recently updated
recently updated
newest added

Now that Cloudflare is providing a DNS server (at 1.1.1.1) that supports DNS over HTTPS, is there any chance you make that a configurable option?

I haven't test our code together yet. But this works standalone. Will try it shortly. https://github.com/Harnish/https-dns-proxy

netstat -lunp|egrep 63 udp 0 0 0.0.0.0:63 0.0.0.0:\* 19550/dns-over-http dig www.facebook.com -p 63 ;; Warning: Message parser reports malformed message packet. ; DiG 9.10.3-P4-Ubuntu www.facebook.com -p 63 ;; global options:...

When I run this on /dns-ver-https-proxy/ directory go run dns_reverse_proxy.go -address 127.0.0.1:8500 -default 8.8.8.8:53 and dig -p 8500 @127.0.0.1 google.com I get no result When I try to connect any...