Open jfahrenkrug opened 6 years ago
It's difficult for me to find out whether or not make-fetch-happen (and by extension npm) fully supports SOCKS proxies (esp. 5 and 5h).
socks5h:// would be great, so that DNS requests could be handled on "the other side" of the proxy. This would make the following possible:
socks5h://
I do see SOCKS mentioned here https://github.com/zkat/make-fetch-happen/pull/28/files but I haven't been able to successfully run npm commands through a SOCKS proxy. Any help is appreciated, thanks!
It's difficult for me to find out whether or not make-fetch-happen (and by extension npm) fully supports SOCKS proxies (esp. 5 and 5h).
socks5h://
would be great, so that DNS requests could be handled on "the other side" of the proxy. This would make the following possible:I do see SOCKS mentioned here https://github.com/zkat/make-fetch-happen/pull/28/files but I haven't been able to successfully run npm commands through a SOCKS proxy. Any help is appreciated, thanks!