futoncli icon indicating copy to clipboard operation
futoncli copied to clipboard

Add option to support HTTP Proxies

Open dscape opened this issue 13 years ago • 2 comments

dscape avatar Jun 13 '12 22:06 dscape

Ideally we could support ssh tunnel proxies as well via

spawn('ssh', ['-o', 'ProxyCommand=ssh -o StrictHostKeyChecking=no ' + user + '@' + options.tunnel.host + ' nc %h %p 2> /dev/null'])

bmeck avatar Jun 18 '12 19:06 bmeck

@julianduque +1 :)

dscape avatar Dec 27 '13 18:12 dscape