ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
[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 ```