Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchDynamicRemoteIP ¶
type MatchDynamicRemoteIP struct { // A module which provides a source of IP ranges, from which // requests are matched. ProvidersRaw json.RawMessage `json:"providers,omitempty" caddy:"namespace=http.ip_sources inline_key=source"` Providers caddyhttp.IPRangeSource `json:"-"` // contains filtered or unexported fields }
MatchDynamicRemoteIP matchers the requests by the remote IP address. The IP ranges are provided by modules to allow for dynamic ranges.
func (MatchDynamicRemoteIP) CaddyModule ¶
func (MatchDynamicRemoteIP) CaddyModule() caddy.ModuleInfo
func (*MatchDynamicRemoteIP) Provision ¶
func (m *MatchDynamicRemoteIP) Provision(ctx caddy.Context) error
func (*MatchDynamicRemoteIP) UnmarshalCaddyfile ¶
func (m *MatchDynamicRemoteIP) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
Click to show internal directories.
Click to hide internal directories.