fix proxy not being delete when shutdown android mitmproxy

This commit is contained in:
bytedream 2024-07-28 19:15:20 +02:00
parent aecd070642
commit c0a0aaa37b

View File

@ -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
}