How to connect to proxy

Maybe it is supported... - see this reddit post

And the go docs: http package - net/http - pkg.go.dev

Try

set HTTP_PROXY=socks5://username:password@amsterdam.nl.socks.nordhold.net:1080

That should work for all HTTP based backends but not FTP/SFTP.

If it works, I'll put it in the docs!

1 Like