NicolasConstant / sengi

Mastodon & Pleroma Multi-account Desktop Client
https://nicolasconstant.github.io/sengi/
GNU Affero General Public License v3.0
534 stars 35 forks source link

[Feature request] Add HTTP/SOCKS5 proxy support #551

Closed chenshaoju closed 1 year ago

chenshaoju commented 1 year ago

Hi, Sorry for my English.

Can we add proxy functionality, such as support for HTTP/SOCKS5 proxy servers?

rpetti commented 1 year ago

Sengi uses Electron for the frontend, so I suspect you might be able to work around this by using the startup flags for proxy settings: https://github.com/electron/electron/blob/main/docs/api/command-line-switches.md#--proxy-serveraddressport

chenshaoju commented 1 year ago

Thank you! 🎉