dnsproxy
dnsproxy copied to clipboard
Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
I have setup DNSproxy on my router with DoH and wants to connect to it from my Windows 11 PC with the native DoH-settings, but can't figure out how I...
update github.com/lucas-clemente/quic-go
I'm unsure of the syntax for specifying cache min TTL in the config file. The argument works when specified on the command line but when I try either `cache_ttl_min` or...
I have dnsproxy configured with a fallback option, but when the primary address returns SERVFAIL (often due to a timeout), it does not fallback to the configured server.

Hello, please add SSL pinning. Now I use NGINX as reverse proxy to solve this problem🙏🏼 Thank you. Best regards😙
add DoH3
As @ainar-g [said](https://github.com/AdguardTeam/AdGuardHome/issues/3955#issuecomment-997836595), > AFAIK, the Go standard library currently doesn't support HTTP/3, and probably won't until it graduates the draft standard phase. Once it does, the Go standard library...
Can you add a command line option to install dnsproxy as a service similar to cloudflared? sudo cloudflared service install https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/linux_service.go
Hello! Please add support for wildcards separated by a hyphen as in dnsmasq. For example, `*-dev.example.org` and `*-prod.example.org` I need to use different upstreams for `something-dev.example.org` and `something-prod.example.org`
If not specifying "all-servers" I would like it to use the upstream-servers in the exact order as specified in the config-file. If the first upstream goes down it should use...