server

package
v0.9.2-0...-36b1380 Latest Latest
Warning

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

Go to latest
Published: May 3, 2021 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

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

Server controls the endpoints for DNS and HTTP

func NewServer

func NewServer(cfg *config.Config) (server *Server, err error)

NewServer creates new server instance with passed config

func (*Server) OnHealthCheck

func (s *Server) OnHealthCheck(w dns.ResponseWriter, request *dns.Msg)

OnHealthCheck Handler for docker health check. Just returns OK code without delegating to resolver chain

func (*Server) OnRequest

func (s *Server) OnRequest(w dns.ResponseWriter, request *dns.Msg)

OnRequest will be executed if a new DNS request is received

func (*Server) Start

func (s *Server) Start()

Start starts the server

func (*Server) Stop

func (s *Server) Stop()

Stop stops the server

Jump to

Keyboard shortcuts

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