![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v5.
package
Version:
v0.15.0
Opens a new window with list of versions in this module.
Published: Dec 9, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Args struct {
Upstream []Upstream `yaml:"upstream"`
Timeout int `yaml:"timeout"`
InsecureSkipVerify bool `yaml:"insecure_skip_verify"`
Bootstrap []string `yaml:"bootstrap"`
Deduplicate bool `yaml:"deduplicate"`
}
type Upstream struct {
Addr string `yaml:"addr"`
IPAddr []string `yaml:"ip_addr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.