Skip to content

Internet not working without mitmproxy enabled #6741

Answered by levica99
levica99 asked this question in Q&A
Discussion options

You must be logged in to vote

That's fair. I was finally able to fix it, it was a problem with the adb (Android Debug Bridge), which is what I used to connect to mitmproxy. Thank you either way, you were of help by leading me into the right possible causes.

For curiosity's sake, it's because I used the shell command settings put global http_proxy 127.0.0.1:8080 and to remove the proxy, you need to specifically then use settings put global http_proxy :0. For some reason it's the only way to remove a proxy on Android if you set it up through the shell. settings reset global http_proxy, settings delete global http_proxy or settings put global http_proxy 0:0 don't work, and they're what I had tried before.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@levica99
Comment options

@Prinzhorn
Comment options

@levica99
Comment options

Answer selected by levica99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind/triage Unclassified issues
2 participants
Converted from issue

This discussion was converted from issue #6740 on March 17, 2024 08:14.