diff --git a/android/mitmproxy.sh b/android/mitmproxy.sh index d05e640..2c49a8e 100755 --- a/android/mitmproxy.sh +++ b/android/mitmproxy.sh @@ -131,7 +131,7 @@ up() { } down() { - adb shell settings delete global http_proxy + adb shell shell settings put global http_proxy :0 adb shell reboot -p }