Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "SHADOWSOCKS"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RemoteHost string `json:"remote_addr" yaml:"remote-addr"` RemotePort int `json:"remote_port" yaml:"remote-port"` Shadowsocks ShadowsocksConfig `json:"shadowsocks" yaml:"shadowsocks"` }
type Server ¶
type Server struct { core.Cipher *redirector.Redirector // contains filtered or unexported fields }
func (*Server) AcceptPacket ¶
type ShadowsocksConfig ¶
Click to show internal directories.
Click to hide internal directories.