Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct { // Timeout specifies an optional maximum time for the PROXY header to be received. If zero, timeout is disabled. Default is 5s. Timeout caddy.Duration `json:"timeout,omitempty"` // Allow is an optional list of CIDR ranges to allow/require PROXY headers from. Allow []string `json:"allow,omitempty"` // contains filtered or unexported fields }
func (Proxy) CaddyModule ¶
func (Proxy) CaddyModule() caddy.ModuleInfo
Click to show internal directories.
Click to hide internal directories.