diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 19:58:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 19:58:58 -0600 |
| commit | cefe15539fc8f9d96a793c1aeea6e806cfc0944c (patch) | |
| tree | 9569ccb0ca0598f53335c4866c9608323875518b /structs.go | |
| parent | 53fbb4cb85ffe7be05aedfcb40a17bf8d15560ad (diff) | |
knows which AAAA records are broken!
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
