Linux命令行使用网络代理

export https_proxy=http://127.0.0.1:7890
export http_proxy=http://127.0.0.1:7890
export all_proxy=socks5://127.0.0.1:7890

posted @ 2024-10-25 17:43  shendawei  阅读(159)  评论(0)    收藏  举报