[关闭]
@lniwn 2017-07-04T10:30:01.000000Z 字数 374 阅读 853

Shadowsocks服务端配置

Shadowsocks


/etc/shadowsocks/config.json

  1. {
  2. "server":"my_server_ip",
  3. "server_port":8388,
  4. "local_address": "127.0.0.1",
  5. "local_port":1080,
  6. "password":"mypassword",
  7. "timeout":300,
  8. "method":"aes-256-cfb",
  9. "fast_open": false
  10. }

To run in the foreground:
ssserver -c /etc/shadowsocks.json

To run in the background:

  1. ssserver -c /etc/shadowsocks.json -d start
  2. ssserver -c /etc/shadowsocks.json -d stop

官网

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注