Ubuntu下使用sslocal连接Shadowsocks

1. apt-get install python-pip

  1. pip install shadowsocks
  2. vi conf.json

    {
       "server":["1.1.1.1","2.2.2.2"],
       "server_port":8388,
       "password":"password",
       "timeout":300,
       "method":"aes-256-cfb",
       "local_address":"127.0.0.1",
       "local_port":1080,
       "fast_open":false,
       "tunnel_remote":"8.8.8.8",
       "dns_server":["8.8.8.8", "8.8.4.4"],
       "tunnel_remote_port":53,
       "tunnel_port":53
    }
  3. sslocal -c conf.json
  4. Proxy SwitchyOmega