Replies: 2 comments
-
@koochack I asked ChatGPT and it told https://chatgpt.com/share/650ac8bc-d4f8-4713-89d9-6f72a392bae5 . Give it a try please, I haven't tried running |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey so I tried this and was successfully able to run the proxy server
inside the virtual environment on my Android. But the problem is it only
runs within the termux environment. We need the android to recognize that
server and route all traffic through the proxy. Even if with some complex
trick we manage to do that, I think the added layer of the virtual
environment will tremendously affect the traffic speed and latency.
Edit:
To my surprise, just setting proxy address and port on the Android's wifi connection _does_ route traffic through the server listening inside Termux. I did NOT expect this to work! But hey, can't complain haha
…On Tue, Sep 10, 2024, 7:02 AM Abhinav Singh ***@***.***> wrote:
@koochack <https://github.com/koochack> I asked ChatGPT and it told
https://chatgpt.com/share/650ac8bc-d4f8-4713-89d9-6f72a392bae5 . Give it
a try please, I haven't tried running proxy.py on Android myself, but I
see no reason why we can't 🗡️ Let me know
—
Reply to this email directly, view it on GitHub
<#1472 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A63XTNM2ANP6NG52L2B4TA3ZVZR4TAVCNFSM6AAAAABN3YWU2WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANJZG42TINI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abhinavsingh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can proxy.py be run on Android? Any advice and general guidelines on how to do this would be appreciated. I assume for Android it must become a VPN service right? Any modifications needed to the code to make it Android compatible? Which tools to use for bringing a Python project into Android? Any other tips or advice? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions