Linux终端代理

主要针对yay安装或者更新包,其余情况可以使用proxychains。

终端结束,代理结束

http 代理:

export http=http://127.0.0.1:1080 export https=http://127.0.0.1:1080

socket 代理:

export http_proxy=socks5://127.0.0.1:1080 export https_proxy=socks5://127.0.0.1:1080

Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy