sudo apt-get install proxychains
vim /etc/proxychains.conf
修改最后一行,并保存
socks5 127.0.0.1 1080
或者http 127.0.0.1 1080
proxychains curl xxxx
proxychains wget xxxx
proxychains git clone xxxx
sudo proxychains apt-get xxxx
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END