Skip to content

v1.1.10R

Pre-release
Pre-release
Compare
Choose a tag to compare
@naicfeng naicfeng released this 03 Mar 06:12
· 236 commits to master since this release

支持的SSR算法

Encrypting algorithm

  • aes-128-cfb
  • aes-192-cfb
  • aes-256-cfb
  • aes-128-ctr
  • aes-192-ctr
  • aes-256-ctr
  • aes-128-ofb
  • aes-192-ofb
  • aes-256-ofb
  • des-cfb
  • bf-cfb
  • cast5-cfb
  • rc4-md5
  • chacha20
  • chacha20-ietf
  • salsa20
  • camellia-128-cfb
  • camellia-192-cfb
  • camellia-256-cfb
  • idea-cfb
  • rc2-cfb
  • seed-cfb

Obfs

  • plain
  • http_simple
  • http_post
  • random_head
  • tls1.2_ticket_auth

Protocol

  • origin
  • verify_sha1 aka. one time auth(OTA)
  • auth_sha1_v4
  • auth_aes128_md5
  • auth_aes128_sha1

ps:条件有限,仅测试 auth_sha1_v4,auth_aes128_md5 通过