cargo shadowsocks-rust 1.8.21
v1.8.21

latest releases: 1.18.3, 1.18.2, 1.18.1...
3 years ago

Features

  • Support SIP008 multi-server configuration keys: server, server_port and remarks:
    {
        "servers": [
            {
                "server": "your.shadowsocks.server",
                "server_port": 8388,
                "method": "aes-256-gcm",
                "password": "password",
                "remarks": "My Shadowsocks Server"
            }
        ]
    }
  • #308 Supports daemonize with command line option (-d, --daemonize) on *nix platforms
  • Switched logging facility to log4rs for more extensible configurations

BUG Fixed

  • #284 Fixed conflicts in ssurl command line options
  • #309 Fixed mode in add command of ssmanager
  • #303 Lower proxy connection error messages to DEBUG level
  • Call sleep() if server accept() failed

Don't miss a new shadowsocks-rust release

NewReleases is sending notifications on new releases.