mirror of
https://github.com/bytedream/scripts.git
synced 2025-05-09 20:25:12 +02:00
fix proxy not being delete when shutdown android mitmproxy
This commit is contained in:
parent
aecd070642
commit
c0a0aaa37b
@ -131,7 +131,7 @@ up() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
down() {
|
down() {
|
||||||
adb shell settings delete global http_proxy
|
adb shell shell settings put global http_proxy :0
|
||||||
adb shell reboot -p
|
adb shell reboot -p
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user