cargo shadowsocks-rust 1.12.3
v1.12.3

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

Features

  • #688 Support default configuration file path for sslocal, ssserver and ssmanager
    • Linux: $XDG_CONFIG_PATH/shadowsocks-rust/config.json or $HOME/.config/shadowsocks-rust/config.json
    • Windows: {FOLDERID_RoamingAppData}\shadowsocks\shadowsocks-rust\config\config.json
    • macOS: $HOME/Library/Application Support/org.shadowsocks.shadowsocks-rust/config.json
    • *NIX: $XDG_CONFIG_PATH/shadowsocks-rust/config.json or $HOME/.config/shadowsocks-rust/config.json or /etc/shadowsocks-rust/config.json
  • #691 Manipulating default logging options (command line options -vvv and --log-without-time) with environment variable SS_LOG_VERBOSE_LEVEL and SS_LOG_WITHOUT_TIME
  • #419 Read servers' password from environment variables
    • Server created from command line argument without --password will try to read it from TTY
    • Servers' "password" field or --password option support ${VAR_NAME} format to read password from environment variable VAR_NAME

What's Changed

Full Changelog: v1.12.2...v1.12.3

Don't miss a new shadowsocks-rust release

NewReleases is sending notifications on new releases.