dns

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2024 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Servers []*Server

Functions

func InitServer

func InitServer(errChan chan error)

Types

type Records

type Records struct {
	Records []dns.RR
}

Records is a slice of ResourceRecords

type Server

type Server struct {
	A               dns.RR
	SOA             dns.RR
	Domain          string
	Server          *dns.Server
	Domains         map[string]Records
	PersonalKeyAuth string
	sync.RWMutex
}

Server is the main struct for acme-dns DNS server

func (*Server) Start

func (d *Server) Start(errorChannel chan error)

Start starts the DNSServer

Jump to

Keyboard shortcuts

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