Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // socks 代理监听地址 SOCKSListen string `yaml:"socksListen,omitempty"` // http 代理监听地址 HTTPListen string `yaml:"httpListen,omitempty"` // yeager入站代理 Inbounds []YeagerServer `yaml:"inbounds,omitempty"` // yeager出站代理 Outbounds []YeagerClient `yaml:"outbounds,omitempty"` // 路由规则 Rules []string `yaml:"rules,omitempty"` // verbose logging Verbose bool `yaml:"verbose,omitempty"` // expose runtime metrics for debugging and profiling, developers only Debug bool `yaml:"debug,omitempty"` }
type YeagerClient ¶
type YeagerServer ¶
Click to show internal directories.
Click to hide internal directories.