本文最后更新于 367 天前,其中的信息可能已经有所发展或是发生改变。
最近在给家里NAS下一些好玩的项目时发现速度真的太慢了,中国国内直连GitHub的速度仅有30KB/s。
按照经验开了代理速度肯定会好很多,但找了一个设置代理的教程貌似并不行得通。
Linux 让终端走代理的几种方法 – 知乎 (zhihu.com)
这里介绍下我发现好用的proxychains4以配置代理。
安装
对于Ubuntu 18.04 +
Ubuntu 18.04 + 系统的官方源已经包含proxychains4,直接通过apt/apt-get安装即可。
sudo apt update
sudo apt install proxychains4
对于Ubuntu 16.04及以下系统
Ubuntu 16.04 – 系统的官方源尚未包含proxychains4,只有proxychains,需要通过命令行手动安装。
git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychains-ng
./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
sudo make install-config
cd .. && rm -rf proxychains-ng
配置
sudo vim /etc/proxychains4.conf
编辑下配置文件,配置文件最后几行是代理的列表
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050
将最后一行注释掉,按照说明写入你的代理地址
这里是我的配置,我用了局域网里的Clash做代理
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
socks5 192.168.114.66 7890
封面来自X 上的 sara:“彼女に落書きされたんだけど、可愛いすぎた