linux s s r client ubuntu kali

  1. sudo apt-get install git python-m2crypto libsodium18
  2. cd ~
  3. git clone -b manyuser https://github.com/shadowsocksrr/shadowsocksr.git
  4. sudo vi /etc/shadowsocks.json

      {
      "server":"12.34.56.78",
      "server_ipv6":"::",
      "server_port":8388,
      "local_address":"127.0.0.1",
      "local_port":1080,
      "password":"happy2017",
      "timeout":300,
      "udp_timeout":60,
      "method":"aes-128-ctr",
      "protocol":"auth_aes128_md5",
      "protocol_param":"",
      "obfs":"tls1.2_ticket_auth",
      "obfs_param":"",
      "fast_open":false,
      "workers":1
      }
    
  5. cd shadowsocksr/shadowsocks
  6. sudo python local.py -c /etc/shadowsocks.json -d start
  7. sudo tail /var/log/shadowsocksr.log
    • 火狐

    • 全局

      • 点击 Apply System wide
  8. 参考链接:https://dcamero.azurewebsites.net/shadowsocksr.html#linux
原文地址:https://www.cnblogs.com/twfb/p/8854001.html