You've already forked v2ray-core
9 lines
247 B
Go
9 lines
247 B
Go
// Package shadowsocks provides compatible functionality to Shadowsocks.
|
|
//
|
|
// Shadowsocks client and server are implemented as outbound and inbound respectively in V2Ray's term.
|
|
//
|
|
// R.I.P Shadowsocks
|
|
package shadowsocks
|
|
|
|
//go:generate errorgen
|