返回首页

Linux下使用socks5代理的一种方式-tsocks

  • 安装tsocks:
sudo apt install tsocks
  • 配置端口:
vi /etc/tsocks.conf
server = localhost 

server_type = 5

server_port = 10086
  • 使用代理:
tsocks wget www.youtube.com