dns

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler added in v0.11.2

func NewHandler(opts HandlerOptions) (dns.Handler, error)

Types

type Handler

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

func (*Handler) ServeDNS

func (h *Handler) ServeDNS(w dns.ResponseWriter, req *dns.Msg)

type HandlerOptions added in v0.11.2

type HandlerOptions struct {
	IPv6            bool
	StaticHosts     map[string]string
	UpstreamServers []string
	TruncateReply   bool
}

type Network added in v0.11.2

type Network string
const (
	TCP Network = "tcp"
	UDP Network = "udp"
)

type Server

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

func Start

func Start(opts ServerOptions) (*Server, error)

func (*Server) Shutdown

func (s *Server) Shutdown()

type ServerOptions added in v0.11.2

type ServerOptions struct {
	HandlerOptions
	Address string
	TCPPort int
	UDPPort int
}

Jump to

Keyboard shortcuts

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