whitelist

package
v1.7.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// XForwardedFor Header name
	XForwardedFor = "X-Forwarded-For"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IP

type IP struct {
	// contains filtered or unexported fields
}

IP allows to check that addresses are in a white list

func NewIP

func NewIP(whiteList []string, insecure bool, useXForwardedFor bool) (*IP, error)

NewIP builds a new IP given a list of CIDR-Strings to white list

func (*IP) ContainsIP

func (ip *IP) ContainsIP(addr net.IP) bool

ContainsIP checks if provided address is in the white list

func (*IP) IsAuthorized added in v1.6.0

func (ip *IP) IsAuthorized(req *http.Request) error

IsAuthorized checks if provided request is authorized by the white list

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL