You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not all servers support remote resolution, and require one to send only ip addresses
this add a new SOCKS5 dialer creation function that lets one pass in a custom *net.Resolver.
if a resolver is set on the dialer, it will use it it convert non ip addresses into ip addresses. For instance, can simply be used with net.DefaultResolver to do local resolution
0 commit comments