Created
November 26, 2019 16:18
-
-
Save st-f/bc7c0bbdd8198e3347c71467c02671eb 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