Documentation
¶
Index ¶
Constants ¶
View Source
const (
// RIP version
Version = "0.1.0"
)
Variables ¶
View Source
var ( // Address to listen on, ":dns" if empty. Addr string // list of acceptable zones names Zones []string // default IPv4 address IPv4 net.IP // default IPv6 address IPv6 net.IP // upstream DNS server for proxying Upstream = "1.1.1.1:53" // Enable "strict" mode UseDefault bool AllowProxy bool TTL uint32 = 0 StickyTTL time.Duration = 30 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.