v2ray-core/proxy/shadowsocks/shadowsocks.go

17 lines
462 B
Go
Raw Normal View History

2016-12-21 22:07:35 +00: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 13:53:59 +00:00
//
// Shadowsocks OTA is fully supported. By default both client and server enable OTA, but it can be optionally disabled.
//
2016-12-21 22:07:35 +00:00
// Supperted Ciphers:
// * AES-256-CFB
// * AES-128-CFB
// * Chacha20
// * Chacha20-IEFT
//
// R.I.P Shadowsocks
package shadowsocks
2017-04-08 22:54:23 +00:00
2018-09-30 21:08:41 +00:00
//go:generate errorgen