1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
v2fly/proxy/shadowsocks/shadowsocks.go

17 lines
462 B
Go
Raw Normal View History

2016-12-21 23:07:35 +01:00
// Package shadowsocks provides compatible functionality to Shadowsocks.
//
// Shadowsocks client and server are implemented as outbound and inbound respectively in V2Ray's term.
2017-01-03 14:53:59 +01:00
//
// Shadowsocks OTA is fully supported. By default both client and server enable OTA, but it can be optionally disabled.
//
2016-12-21 23:07:35 +01:00
// Supperted Ciphers:
// * AES-256-CFB
// * AES-128-CFB
// * Chacha20
// * Chacha20-IEFT
//
// R.I.P Shadowsocks
package shadowsocks
2017-04-09 00:54:23 +02:00
2018-09-30 23:08:41 +02:00
//go:generate errorgen