dnsproxy icon indicating copy to clipboard operation
dnsproxy copied to clipboard

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support

Results 171 dnsproxy issues
Sort by recently updated
recently updated
newest added

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.

feature request

![Screenshot_2022-08-08-08-41-02-092_com.termux.jpg](https://user-images.githubusercontent.com/28734349/183318135-1dc12d15-f3d8-464a-a079-85a22966a445.jpg)

Hello, please add SSL pinning. Now I use NGINX as reverse proxy to solve this problem🙏🏼 Thank you. Best regards😙

feature request

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

enhancement

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...

feature request