Documentation ¶
Index ¶
Constants ¶
View Source
const PluginType = "fast_forward"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct { Upstream []*UpstreamConfig `yaml:"upstream"` // Deprecated. TODO: Remove deprecated. Timeout int `yaml:"timeout"` CA []string `yaml:"ca"` }
type UpstreamConfig ¶
type UpstreamConfig struct { Addr string `yaml:"addr"` // required DialAddr string `yaml:"dial_addr"` Trusted bool `yaml:"trusted"` Socks5 string `yaml:"socks5"` SoMark int `yaml:"so_mark"` IdleTimeout int `yaml:"idle_timeout"` MaxConns int `yaml:"max_conns"` EnablePipeline bool `yaml:"enable_pipeline"` EnableHTTP3 bool `yaml:"enable_http3"` InsecureSkipVerify bool `yaml:"insecure_skip_verify"` }
Click to show internal directories.
Click to hide internal directories.