Ubuntu 终端使用 ss

Posted by walikrence on July 27, 2019

Ubuntu 终端使用 ss

python Ubuntu

  1. 安装 proxychains
apt install proxychains
  1. 编辑配置文件
vi /etc/proxychains.conf

在最后一行加上

socks5 127.0.0.1 1080
  1. 重启

使用

在命令前加上proxychains即可 例如:

proxychains curl www.google.com