Documentation
¶
Index ¶
Constants ¶
View Source
const ( None = "" Vmess = "vmess" Shadowsocks = "ss" )
Variables ¶
View Source
var ErrWrongProtocol = errors.New("wrong protocol")
Functions ¶
This section is empty.
Types ¶
type ShadowsocksConfig ¶
type ShadowsocksConfig struct {
Method string
Password string
Hostname string
Port int
Comment string
}
func ParseShadowsocksUri ¶
func ParseShadowsocksUri(uri string) (*ShadowsocksConfig, error)
Click to show internal directories.
Click to hide internal directories.