Documentation
¶
Overview ¶
Package dnssrv implements a simple DNS server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DNSDatabase = map[string]Records{}
DNSDatabase is a map of hostnames to the records associated with it.
View Source
var DNSUpdate = time.Time{}
DNSUpdate is the last time the DNSDatabase was updated.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.