MAC linux Windws代理
摘要:
macOS & Linux 通过设置http_proxy、https_proxy,可以让终端走指定的代理。 配置脚本如下,在终端直接执行,只会临时生效: export https_proxy=http://127.0.0.1:12333 export http_proxy=http://127.0. 阅读全文
posted @ 2022-08-11 13:11 Ra7ing安全实验室 阅读(137) 评论(0) 推荐(0) 编辑