The highest tagged major version is
v5.
package
Version:
v2.1.1
Opens a new window with list of versions in this module.
Published: Oct 28, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Args struct {
Upstream []*UpstreamConfig `yaml:"upstream"`
Timeout int `yaml:"timeout"`
CA []string `yaml:"ca"`
}
type UpstreamConfig struct {
Addr string `yaml:"addr"`
DialAddr string `yaml:"dial_addr"`
Trusted bool `yaml:"trusted"`
Socks5 string `yaml:"socks5"`
IdleTimeout int `yaml:"idle_timeout"`
MaxConns int `yaml:"max_conns"`
InsecureSkipVerify bool `yaml:"insecure_skip_verify"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.