plugin-proxy icon indicating copy to clipboard operation
plugin-proxy copied to clipboard

Add Socks5 support

Open goodloop opened this issue 7 years ago • 1 comments

goodloop avatar Nov 20 '17 01:11 goodloop

It's not currently supported. It probably wouldn't take much to add, but I (thankfully) no longer work at a company that requires a proxy.

I've never used a socks proxy, if it's something that can be added using the same hostname as all the HTTP/FTP proxies, and a standardized port number - then I would accept a pull request for it. I feel like we may need to have a flag though, as I think proxies that don't support socks may break a lot of apps otherwise.

You'd want to look at:

https://github.com/oh-my-fish/plugin-proxy/blob/master/functions/proxy.fish https://github.com/oh-my-fish/plugin-proxy/blob/master/functions/__proxy.set.fish

jhillyerd avatar Nov 20 '17 18:11 jhillyerd