Skip to content

Instantly share code, notes, and snippets.

@hiphopsmurf
Forked from st-f/adb set global http proxy
Created October 11, 2025 16:56
Show Gist options
  • Save hiphopsmurf/c1bd2b863229ca932cccf33cb0ec5acc to your computer and use it in GitHub Desktop.
Save hiphopsmurf/c1bd2b863229ca932cccf33cb0ec5acc to your computer and use it in GitHub Desktop.
#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