Open bohrshaw opened 4 years ago
Thanks for this beautiful tool. This is a feature request to support "DNS through proxy".
curl supports this via socks5h like in socks5h://127.0.0.1:1080.
curl
socks5h
socks5h://127.0.0.1:1080
From the bottom of the README:
Bug reports are most welcome, but with the exception of #5, this project is closed.
Look in https://github.com/davecheney/httpstat/network for an active fork.
Thanks for this beautiful tool. This is a feature request to support "DNS through proxy".
curl
supports this viasocks5h
like insocks5h://127.0.0.1:1080
.