Documentation ¶
Index ¶
- func NewHeader(qName string, qType uint16) dns.RR_Header
- func PtrAddress(addr string) (net.IP, error)
- func SupportedType(qType uint16) bool
- func TimedExternalLookup(ctx context.Context, name string, timeout time.Duration) iputil.IPs
- func ToRPC(rrs RRs, rCode int) (*manager.DNSResponse, error)
- type RRs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SupportedType ¶ added in v2.9.0
func TimedExternalLookup ¶
TimedExternalLookup will shell out to an operating specific lookup command. The reason for this is to make sure that no caching or a negative result is performed in this process, which would invalidate subsequent attempts.
Types ¶
Click to show internal directories.
Click to hide internal directories.