Documentation
¶
Overview ¶
Package reproxied is a plugin
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Proxy string `json:"proxy"` TargetHost string `json:"targetHost"` KeepHostHeader bool `json:"keepHostHeader"` LogLevel logging.Level `json:"logLevel,omitempty"` }
Config the plugin configuration.
func CreateConfig ¶
func CreateConfig() *Config
CreateConfig creates the default plugin configuration.
Click to show internal directories.
Click to hide internal directories.