utils

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitLoggers

func InitLoggers(verbosity int) (err error)

InitLoggers initialize loggers

Types

type Config

type Config struct {
	Nameservers nameservers
	DnsAddr     string
	Domain      Domain
	DockerHost  string
	TlsVerify   bool
	TlsCaCert   string
	TlsCert     string
	TlsKey      string
	HttpAddr    string
	Ttl         int
	ForceTtl    bool
	CreateAlias bool
	Verbose     bool
	Quiet       bool
	All         bool
}

Config contains DNSDock configuration

func NewConfig

func NewConfig() *Config

NewConfig creates a new config

type Domain

type Domain []string

Domain represents a domain

func NewDomain

func NewDomain(s string) Domain

NewDomain creates a new domain

func (*Domain) String

func (d *Domain) String() string

Jump to

Keyboard shortcuts

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