Documentation
¶
Index ¶
Constants ¶
View Source
const ( )
View Source
const Name = "URL"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shadowsocks ¶
type UrlConfig ¶
type UrlConfig struct {
RunType string `json:"run_type"`
LocalAddr string `json:"local_addr"`
LocalPort int `json:"local_port"`
RemoteAddr string `json:"remote_addr"`
RemotePort int `json:"remote_port"`
Password []string `json:"password"`
Websocket `json:"websocket"`
Shadowsocks `json:"shadowsocks"`
TLS `json:"ssl"`
Mux `json:"mux"`
API `json:"api"`
}
Click to show internal directories.
Click to hide internal directories.