Skip to content

v1.8.21

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 14:16
· 1574 commits to master since this release
e3fe300

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