shadowsocks / shadowsocks-libev

Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
https://github.com/shadowsocks/shadowsocks-rust
GNU General Public License v3.0
15.83k stars 5.69k forks source link

Can't change encryption method,use aes-256-cfb is no problem #2792

Open RedBridgeXuXu opened 3 years ago

RedBridgeXuXu commented 3 years ago

Hello Everyone: I am a beginner My structure is Nginx + shadowsocks-libev + v2ray plugin I want to change the encryption to chacha20-ietf-poly1305,but not working properly I use aes-256-cfb is no problem

    /etc/shadowsocks-libev/config.json
    {
      "server":"0.0.0.0",
      "server_port":21001,
      "local_port":1080,
      "password":"xxxxxxx",
      "timeout":300,
      "method":"chacha20-ietf-poly1305",
      "plugin":"v2ray-plugin",
      "plugin_opts":"server;loglevel=none"
    }

    After editing the configuration file, I execute the following command
    ss-server -c /etc/shadowsocks-libev/config.json -f ss-server.pid stop
    ss-server -c /etc/shadowsocks-libev/config.json -f ss-server.pid start

    in path /var/log/      I not find log file

    Thank you!
Mon-ange commented 3 years ago

I have already unsubscribe the mails from shadowsocks.Please don't email me anymore.

RedBridgeXuXu notifications@github.com 于2021年3月5日周五 上午9:32写道:

Hello Everyone: I am a beginner My structure is Nginx + shadowsocks-libev + v2ray plugin I want to change the encryption to chacha20-ietf-poly1305,but not working properly I use aes-256-cfb is no problem

/etc/shadowsocks-libev/config.json

{

  "server":"0.0.0.0",

  "server_port":21001,

  "local_port":1080,

  "password":"xxxxxxx",

  "timeout":300,

  "method":"chacha20-ietf-poly1305",

  "plugin":"v2ray-plugin",

  "plugin_opts":"server;loglevel=none"

}

After editing the configuration file, I execute the following command

ss-server -c /etc/shadowsocks-libev/config.json -f ss-server.pid stop

ss-server -c /etc/shadowsocks-libev/config.json -f ss-server.pid start

in path /var/log/      I not find log file

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shadowsocks/shadowsocks-libev/issues/2792, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZ2SFSWGRPR24ZC3PXOHH3TCAYDRANCNFSM4YUKFGRA .