go-socks5 icon indicating copy to clipboard operation
go-socks5 copied to clipboard

custom dns resolution?

Open ITJamie opened this issue 3 years ago • 3 comments

there is mention of Custom DNS resolution in the readme but there is no documentation on using this.

ITJamie avatar Jan 31 '22 13:01 ITJamie

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: image

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 image

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

packet-sent avatar Feb 23 '22 13:02 packet-sent

Anyone find how to set customs dns ? Please help.

tungphan899 avatar Sep 26 '22 08:09 tungphan899