Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOCKS5 Proxy/Orbot Support #121

Open
Woman-at-arms opened this issue Nov 23, 2022 · 6 comments
Open

SOCKS5 Proxy/Orbot Support #121

Woman-at-arms opened this issue Nov 23, 2022 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Woman-at-arms
Copy link

Many package managers and other apps have proxy configuration support.

This is especially useful for guarding package managers against MITM when paired with tor.

See how Kicksecure/Whonix and Qubes updates work for example.

I would love to see SOCKS5 proxy or native Orbot support in Obtainium!

@ImranR98
Copy link
Owner

An HTTP proxy option can definitely be added. Not familiar with SOCKS5 though. For Orbot, doesn't it act as a VPN that any app's traffic can be passed through?

@ImranR98 ImranR98 added the enhancement New feature or request label Nov 25, 2022
@Woman-at-arms
Copy link
Author

Orbot supports both proxy and VPN modes. The default is proxy mode, where it runs a local SOCKS5 proxy.

SOCKS5 is the most modern type of HTTP proxy and the one that Orbot supports.

Proxy mode for Orbot is generally preferable, since you can use it when you already have a VPN.

@ImranR98 ImranR98 added the help wanted Extra attention is needed label Dec 17, 2022
@kyclol
Copy link

kyclol commented May 30, 2023

+1

this option is needed to be able to download from tor/i2p git repos

@Solomon1732
Copy link

Solomon1732 commented Dec 7, 2023

Orbot also supports HTTP proxy. The default is port 8118. You can add that then add SOCKS5 at a later date.

@ThePhoDit
Copy link

This feature would be great IMO. It would work with already present services like custom F-droid repos or web scraping

@Solomon1732
Copy link

An HTTP proxy option can definitely be added. Not familiar with SOCKS5 though. For Orbot, doesn't it act as a VPN that any app's traffic can be passed through?

@ImranR98 I don't know if you read what I said above, about Orbot also supporting HTTP proxy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants
@Solomon1732 @ImranR98 @ThePhoDit @Woman-at-arms @kyclol and others