summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 19:58:58 -0600
committerJeff Carr <[email protected]>2024-01-06 19:58:58 -0600
commitcefe15539fc8f9d96a793c1aeea6e806cfc0944c (patch)
tree9569ccb0ca0598f53335c4866c9608323875518b /structs.go
parent53fbb4cb85ffe7be05aedfcb40a17bf8d15560ad (diff)
knows which AAAA records are broken!
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 30103d3..035ddf9 100644
--- a/structs.go
+++ b/structs.go
@@ -20,7 +20,7 @@ type Host struct {
window *gadgets.BasicWindow // the main window
debug *gadgets.BasicWindow // the debug window
- status *hostnameStatus // keeps track of the hostname and it's status
+ statusDNS *hostnameStatus // keeps track of the hostname and it's status
statusOS *linuxstatus.LinuxStatus // what the Linux OS sees
digStatus *digStatus // window of the results of DNS lookups
@@ -46,7 +46,6 @@ type Host struct {
ipv4s map[string]dns.RR
ipv6s map[string]dns.RR
-
// DNS stuff
DnsAPI *gui.Node // what DNS API to use?
DnsAAAA *gadgets.OneLiner // the actual DNS AAAA results