如何使用 adb 设置代理身份验证

时间:2021-06-27 08:23:29

标签: adb

如何使用 adb 设置代理身份验证

我试过了

adb shell settings put global http_proxy 192.168.225.100:3128
adb shell settings put global global_http_proxy_host 192.168.225.100
adb shell settings put global global_http_proxy_port 3128
adb shell settings put global global_http_proxy_username foo
adb shell settings put global global_http_proxy_password bar

但它不起作用

0 个答案:

没有答案