Discover Packages
github.com/devzero-inc/zxporter
internal
networkmonitor
dns
package
Version:
v0.0.65
Opens a new window with list of versions in this module.
Published: Feb 25, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type DNSLookup struct {
ClientIP string `json:"client_ip"`
Domain string `json:"domain"`
ResolvedIPs []string `json:"resolved_ips"`
Timestamp time .Time `json:"timestamp"`
}
type IP2DNS struct {
Tracer tracer
}
Lookups returns the accumulated lookups and clears the buffer (Delta)
PeekLookups returns the accumulated lookups WITHOUT clearing the buffer
Source Files
¶
Click to show internal directories.
Click to hide internal directories.