go-socks5
go-socks5 copied to clipboard
custom dns resolution?
there is mention of Custom DNS resolution in the readme but there is no documentation on using this.
there is mention of Custom DNS resolution in the readme but there is no documentation on using this.
Not sure if it can be done on the proxy server as the docs don't really explain it just like you said:

However using a Custom DNS resolution is possible on the client when using the basic net/proxy library, you can do this using the Resolver field from the net.Dialer

Here is an example of using a custom resolver (DNS over TLS):

Anyone find how to set customs dns ? Please help.