Documentation ¶
Index ¶
Constants ¶
View Source
const PluginType = "forward_dnsproxy"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct { // options for dnsproxy upstream Upstreams []UpstreamConfig `yaml:"upstreams"` InsecureSkipVerify bool `yaml:"insecure_skip_verify"` Bootstrap []string `yaml:"bootstrap"` }
type Forward ¶
type Forward struct {
// contains filtered or unexported fields
}
func NewForward ¶
NewForward returns a Forward with given args. args must contain at least one upstream.
type UpstreamConfig ¶
Click to show internal directories.
Click to hide internal directories.