终端走代理

最后更新于:2022-04-02 03:44:44

[TOC] ## 概述 使用 此方法后可不需要 `Proxifier` ### window ``` set http_proxy=http://127.0.0.1:1080 set https_proxy=http://127.0.0.1:1080 ``` 可放环境变量中 ### 类linux ``` export http_proxy=http://127.0.0.1:1080 export https_proxy=https://127.0.0.1:1080 ```
';