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

2023 / 4 / 18

  • 安装tsocks:
sudo apt install tsocks
  • 配置端口:
vi /etc/tsocks.conf
server = localhost server_type = 5 server_port = 10086
  • 使用代理:
tsocks wget www.youtube.com