-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Feature Request: webtunnel support #980
Comments
I've created an OrbotLib that supports webtunnel here: I have tested webtunnel support on Orbot 16 and is working well with the following changes: Although, getting it to work on Orbot 17 requires more work due to the additional circumvention api updates, which I could use some help with. If anyone can help with that, I would appreciate it. Edit: link to commit updated to fix custom bridge support |
This is something I am planning on integrating right now with respects to that API and welcome if you feel like providing input with that along the way that's always very appreciated |
Thank you for working on that. I can push what I did so far on master branch if you would like.. It may speed things up. |
@bitmold IPtProxy 3.7.0 still does not include lyrebird 0.2.0, so it will not support webtunnel yet. I have created all the necessary changes here to support webtunnel in IPtProxy. |
i understand this, we need IPtProxy to support lyrebird 2.0.0 and I submitted an issue in that repository. once it does we can bump orbot lib to that version. of course in the meantime it's possible to locally dev against v2.0.0 instead of adding our own unique binaries to the repository. like i said above, i'm not satisfied with how this go code is added to orbot, but still i think even as unideal as things are right now it makes a lot of sense to commit changes in the following order:
I'll definitely be referencing your work, but there are things that need to be implemented for the circumvention API that go beyond just adding web tunnel support. In the meantime, It may require refactoring/reworking a good chunk of what's there so for the time being I don't see much utility in putting that code on the main branch |
That sounds good. I am assuming moat does not yet support webtunnel as well. |
I support. Obsf4 does not always work. |
I absolutely support |
Webtunnel support is finally almost there. Progress is tracked in #1193, hence closing this. |
There is a new transport plugin for tor that supersedes obfs4.
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel
The text was updated successfully, but these errors were encountered: