mirror of https://github.com/v2ray/v2ray-core
13 lines
351 B
Go
13 lines
351 B
Go
![]() |
// Package shadowsocks provides compatible functionality to Shadowsocks.
|
||
|
//
|
||
|
// Shadowsocks client and server are implemented as outbound and inbound respectively in V2Ray's term.
|
||
|
// Shadowsocks OTA is fully supported.
|
||
|
// Supperted Ciphers:
|
||
|
// * AES-256-CFB
|
||
|
// * AES-128-CFB
|
||
|
// * Chacha20
|
||
|
// * Chacha20-IEFT
|
||
|
//
|
||
|
// R.I.P Shadowsocks
|
||
|
package shadowsocks
|