server

package
v0.0.0-...-7b69fb9 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2025 License: Apache-2.0 Imports: 42 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewServerFunc

type NewServerFunc func(address string) (*dns.Server, error)

type Server

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

Server controls the endpoints for DNS and HTTP

func NewServer

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

NewServer creates new server instance with passed config

func (*Server) OnHealthCheck

func (s *Server) OnHealthCheck(ctx context.Context, 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(ctx context.Context, w dns.ResponseWriter, msg *dns.Msg)

OnRequest will be executed if a new DNS request is received

func (*Server) Query

func (s *Server) Query(
	ctx context.Context, serverHost string, clientIP net.IP, question string, qType dns.Type,
) (*model.Response, error)

func (*Server) Start

func (s *Server) Start(ctx context.Context, errCh chan<- error)

Start starts the server

func (*Server) Stop

func (s *Server) Stop(ctx context.Context) error

Stop stops the server

Jump to

Keyboard shortcuts

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