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

Socks Mode #10

Open
cwchristerw opened this issue Aug 13, 2021 · 7 comments
Open

Socks Mode #10

cwchristerw opened this issue Aug 13, 2021 · 7 comments

Comments

@cwchristerw
Copy link

Similarly to Orbot, I would like to be able to keep my connection to VPN that provides Internet but at the same time, its important that I could connect to Yggdrasil with some apps that can use Socks proxy.

@cwchristerw
Copy link
Author

I have slight experience in mobile app development and I'm interested in trying to implement this.

@neilalexander
Copy link
Member

The main problem is that, in order to do this in a way that allows you to actually talk to other regular Yggdrasil nodes, it requires basically implementing a full IP stack and TCP implementation so that you can create TCP sessions over Ygg for your SOCKS proxy requests. We definitely don’t want that amount of overhead or responsibility.

@flikites
Copy link

The main problem is that, in order to do this in a way that allows you to actually talk to other regular Yggdrasil nodes, it requires basically implementing a full IP stack and TCP implementation so that you can create TCP sessions over Ygg for your SOCKS proxy requests. We definitely don’t want that amount of overhead or responsibility.

Does this mean their will be no proxy support at all for the android client?

@neilalexander
Copy link
Member

Does this mean there will be no proxy support at all for the android client?

It isn’t clear to me why you’d want proxy support when we already support tunnelling IP normally? What benefit does it provide?

@flikites
Copy link

flikites commented Jan 12, 2023 via email

@flikites
Copy link

flikites commented Jan 13, 2023

@neilalexander setting the letsdane proxy at the network adapter level seems to work just fine in conjunction with the yggdrasil android app.

@basilgello
Copy link
Contributor

Try Yggstack - for me it works nicely in Termux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants