2020-01-22  2024-09-18    60 字  1 分钟

在魔法环境下运行命令行命令,例如 apt-get wget git curl

项目地址 : https://github.com/haad/proxychains

sudo apt-get install proxychains
# 配置文件:
vim /etc/proxychains.conf
# 修改最后一行,并保存
socks5 127.0.0.1 1080

使用

proxychains apt-get xxxx
proxychains wget xxxx