Shadowsocks¶
Name: ss
Status: Stable
SS处理器使用Shadowsocks协议进行数据交互,接收并处理客户端请求。
GOST对shadowsocks的支持是基于shadowsocks/shadowsocks-go和shadowsocks/go-shadowsocks2库。
Encryption
Shadowsocks encryption is optional. When no encryption parameters are set, plaintext transmission is used. To explicitly use no encryption while maintaining proper AEAD framing, use the none cipher (see below).
参数列表¶
readTimeout(duration)- 请求数据读取超时时长
none / dummy Cipher Mode (v3.3.0+)
GOST supports none and dummy cipher modes (case-insensitive) for debugging, testing, and compatibility. This mode uses the standard SS AEAD wire framing (2-byte length prefix + salt + target address) without actual encryption.
Security
The none / dummy mode provides zero confidentiality or integrity protection. It is intended for debugging and testing only — never use it in production.
认证信息
SS理器只能使用单认证信息方式设置加密信息,不能支持认证器。