adb connect 127.0.0.1:58526
adb shell "settings put global http_proxy ip route list match 0 table all scope global | cut -F3:7890"
//清空代理
adb shell settings put global http_proxy :0
@echo off
adb connect 127.0.0.1:58526 && adb shell "settings put global http_proxy `ip route list match 0 table all scope global | cut -F3`:7890"
ipconfig
pause