Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { RemoteAddr string `toml:"remote_addr"` RemotePort int `toml:"remote_port"` Path string `toml:"path"` MaxLinks int `toml:"max_links"` Token string SelfCA string `toml:"self_ca"` MonitorAddr string `toml:"monitor_addr"` MonitorPort int `toml:"monitor_port"` Shadowsocks []Shadowsocks `toml:"ignore"` Socks []Socks `toml:"ignore"` }
type Shadowsocks ¶
Click to show internal directories.
Click to hide internal directories.