Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "CLIENT"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.7.0
type Config struct { Mux MuxConfig `json:"mux" yaml:"mux"` Websocket WebsocketConfig `json:"websocket" yaml:"websocket"` Router RouterConfig `json:"router" yaml:"router"` Shadowsocks ShadowsocksConfig `json:"shadowsocks" yaml:"shadowsocks"` TransportPlugin TransportPluginConfig `json:"transport_plugin" yaml:"transport-plugin"` }
type MuxConfig ¶ added in v0.7.0
type MuxConfig struct {
Enabled bool `json:"enabled" yaml:"enabled"`
}
type RouterConfig ¶ added in v0.7.0
type RouterConfig struct {
Enabled bool `json:"enabled" yaml:"enabled"`
}
type ShadowsocksConfig ¶ added in v0.7.0
type ShadowsocksConfig struct {
Enabled bool `json:"enabled" yaml:"enabled"`
}
type TransportPluginConfig ¶ added in v0.7.3
type TransportPluginConfig struct {
Enabled bool `json:"enabled" yaml:"enabled"`
}
type WebsocketConfig ¶ added in v0.7.0
type WebsocketConfig struct {
Enabled bool `json:"enabled" yaml:"enabled"`
}
Click to show internal directories.
Click to hide internal directories.