Replies: 1 comment 1 reply
-
Yes, that's how Android configures networking. If you have root permissions, you could try messing around |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an unrooted Android 13 phone. I want to do connections from Termux through
wlan0
andtun1
interfaces at the same time. When I executecurl <some_url> --interface wlan0
, I get the response, but when I trycurl <some_url> --interface tun1
, it gets stuck. When I enable VPN for Termux in the VPN app, tun1 works but wlan0 doesn't work. Is this Android or VPN app limitation or am I doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions