rules

package
v2.2.3 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnableDomainFronting added in v2.2.2

func EnableDomainFronting(ok bool)

EnableDomainFronting initialize the matcher functions to used on routers. InsecureSNI defines if the domain fronting is allowed.

func ParseDomains

func ParseDomains(rule string) ([]string, error)

ParseDomains extract domains from rule.

func ParseHostSNI

func ParseHostSNI(rule string) ([]string, error)

ParseHostSNI extracts the HostSNIs declared in a rule. This is a first naive implementation used in TCP routing.

Types

type Router

type Router struct {
	*mux.Router
	// contains filtered or unexported fields
}

Router handle routing with rules.

func NewRouter

func NewRouter() (*Router, error)

NewRouter returns a new router instance.

func (*Router) AddRoute

func (r *Router) AddRoute(rule string, priority int, handler http.Handler) error

AddRoute add a new route to the router.

Jump to

Keyboard shortcuts

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