config

package
v1.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Version         string
	BlockLists      []string
	BlockListDir    string
	RootServers     []string
	Root6Servers    []string
	RootKeys        []string
	FallbackServers []string
	AccessList      []string
	LogLevel        string
	AccessLog       string
	Bind            string
	BindTLS         string
	BindDOH         string
	TLSCertificate  string
	TLSPrivateKey   string
	API             string
	Nullroute       string
	Nullroutev6     string
	Hostsfile       string
	OutboundIPs     []string
	OutboundIP6s    []string
	Timeout         Duration
	Expire          uint32
	CacheSize       int
	Maxdepth        int
	RateLimit       int
	ClientRateLimit int
	CookieSecret    string
	NSID            string
	Blocklist       []string
	Whitelist       []string
	Chaos           bool
	QnameMinLevel   int `toml:"qname_min_level"`
	EmptyZones      []string

	Plugins map[string]Plugin
	// contains filtered or unexported fields
}

Config type

func Load

func Load(path, version string, sVersion string) (*Config, error)

Load loads the given config file

func (*Config) ServerVersion added in v1.0.0

func (c *Config) ServerVersion() string

ServerVersion return current server version

type Duration added in v0.3.0

type Duration struct {
	time.Duration
}

Duration type

func (*Duration) UnmarshalText added in v0.3.0

func (d *Duration) UnmarshalText(text []byte) error

UnmarshalText for duration type

type Plugin added in v1.1.0

type Plugin struct {
	Path   string
	Config map[string]interface{}
}

Plugin type

Jump to

Keyboard shortcuts

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