iProxy icon indicating copy to clipboard operation
iProxy copied to clipboard

Feature Request: 增加自动配置 Android 网络代理服务器的功能

Open nailuoGG opened this issue 2 years ago • 0 comments

场景:

在做真机调试时,往往会拿一台测试机进行抓包,此时需要进行配置:

  1. 配置代理
  2. 安装根证书

整个流程可能要花费 5~10 分钟

网上搜了下,如果能够在命令行工具中进行网络代理配置和证书安装,就能减少这一步骤的耗时

命令:

adb shell settings put global http_proxy <host>:<port>

https://poetengineer.postach.io/post/toggle-charles-proxy-on-android-from-command-line

nailuoGG avatar Jul 08 '22 02:07 nailuoGG