Skip to main content

Shadowsocks

Protocol standard

Sample

ProxySS = ss, 1.2.3.4, 8000, encrypt-method=chacha20-ietf-poly1305, password=abcd1234, udp-relay=false, obfs=http, obfs-host=www.google.com, obfs-uri=/

Format

{proxy name} = {protocol}, {server}, {port}, {encrypt method}, {password}, {udp-relay}, {obfs}, {obfs host}, {obfs uri}

Params

NameValueMandatoryNote
proxy name-true
protocolss
shadowsocks
custom
true
server-trueSupport domain and ip format
port0-65535true
encrypt methodaes-128-gcm
aes-192-gcm
aes-256-gcm
chacha20-ietf-poly1305
xchacha20-ietf-poly1305
rc4
rc4-md5
aes-128-cfb
aes-192-cfb
aes-256-cfb
aes-128-ctr
aes-192-ctr
aes-256-ctr
bf-cfb
camellia-128-cfb
camellia-192-cfb
camellia-256-cfb
salsa20
chacha20
chacha20-ietf
true
password-true
udp-relaytrue
false
falseDefault value: false
obfstls
http
false
obfs host-Default value: cloudfront.net, only usable when obfs is specified
obfs uri-Default value: /, only usable when obfs is http