shadowsocks-client
Shadowsocks client.
Access Points
tcp: Stream Outbound.udp: Datagram Session Outbound.
Parameters
{
"method": "aes-128-gcm",
"password": {
"__byte_repr": "utf8",
"data": "my_ss_password"
},
"tcp_next": "proxy-redir.tcp",
"udp_next": "null.udp"
}
method: The encryption method, or cipher. Supported methods:none/plainrc4rc4-md5aes-128-cfbaes-192-cfbaes-256-cfbaes-128-ctraes-192-ctraes-256-ctrcamellia-128-cfbcamellia-192-cfbcamellia-256-cfbaes-128-gcmaes-256-gcmchacha20-ietfchacha20-ietf-poly1305xchacha20-ietf-poly1305
password: Specify the password to generate encryption keys.tcp_next: Descriptor of the Stream Outbound to establish new outbound Streams.udp_next: Descriptor of the Datagram Session Outbound to establish new outbound Datagram Sessions.
Revision History
- 2023-04-29: Added
udpaccess point.