projectdiscovery / fastdialer

Dialer with DNS Cache + Dial History
MIT License
52 stars 20 forks source link

dns proxy #167

Open wjlin0 opened 11 months ago

wjlin0 commented 11 months ago

I want to know if the Socks5 proxy is used when querying DNS?

Mzack9999 commented 10 months ago

Actually resolution happens through UDP|TCP|DOH custom resolvers or system configured one, after that the data socket connection can happen through the socks5 proxy. I've modified the issue you created at https://github.com/projectdiscovery/retryabledns/issues/159 to add this feature request

Depends on https://github.com/projectdiscovery/retryabledns/issues/159

wjlin0 commented 9 months ago

think you