TheGoddessInari / hamsket

Free and Open Source messaging and emailing app that combines common web applications into one.
GNU General Public License v3.0
880 stars 55 forks source link

Add SOCKS proxy support #340

Closed bombaata closed 2 years ago

bombaata commented 2 years ago

Hi, currently Hamsket does not seem to support SOCKS proxies. Can you add this feature please ?

Thanks

TheGoddessInari commented 2 years ago

Hello. That's what the "proxy" option is.

https://www.chromium.org/developers/design-documents/network-stack/socks-proxy/

If it doesn't work right, or needs to be retooled, let me know, but you should just be able to put the correct scheme/host in the host box, and port in the port box.

Proxy authentication for SOCKS appears disabled upstream. https://bugs.chromium.org/p/chromium/issues/detail?id=256785

bombaata commented 2 years ago

Thanks, it works ! I didn't know the syntax, socks5://x.x.x.x is working, great.

TheGoddessInari commented 2 years ago

That's terrific news. I should probably adjust that UI a bit. Cheers.