diff options
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 |
