-
-
Save hiphopsmurf/c1bd2b863229ca932cccf33cb0ec5acc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #set | |
| adb shell settings put global http_proxy 10.10.11.195:8888 | |
| #unset | |
| adb shell settings put global http_proxy :0 | |
| requires to restart the app to take effect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment