Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + type Key struct + ClientIP util.Address + ClientPort uint16 + Protocol uint8 + ServerIP util.Address + type QueryType layers.DNSType + const TypeA + const TypeAAAA + const TypeCNAME + const TypeHINFO + const TypeMB + const TypeMD + const TypeMF + const TypeMG + const TypeMINFO + const TypeMR + const TypeMX + const TypeNS + const TypeNULL + const TypeOPT + const TypePTR + const TypeSOA + const TypeSRV + const TypeTXT + const TypeURI + const TypeWKS + type ReverseDNS interface + Close func() + GetDNSStats func() StatsByKeyByNameByType + GetStats func() map[string]int64 + Resolve func([]util.Address) map[util.Address][]string + func NewNullReverseDNS() ReverseDNS + type Stats struct + CountByRcode map[uint32]uint32 + FailureLatencySum uint64 + SuccessLatencySum uint64 + Timeouts uint32 + type StatsByKeyByNameByType map[Key]map[*intern.Value]map[QueryType]Stats