当前位置: 首页 未命名

让终端走代理的几种方法

栏目:未命名 作者:dsttl3 时间:2025-03-03 18:23:21

在终端中直接运行命令

export http_proxy=http://127.0.0.1:7890
export https_proxy=https://127.0.0.1:7890

export ALL_PROXY=socks5://127.0.0.1:7890
阅读:725次

相关文章

分类栏目