diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 21:47:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 21:47:10 -0500 |
| commit | a4659ec59524279e5a80cd299491fe0a6dbf208a (patch) | |
| tree | 01aa4a2e852430cc3050dd26ac2cbaaf3fc1320e /structs.go | |
| parent | 42ca387a49857c6a179650c4296384ce74c1e3d1 (diff) | |
still compilesv0.22.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -9,8 +9,6 @@ import ( "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/linuxstatus" - - "github.com/miekg/dns" ) // It's probably a terrible idea to call this 'me' @@ -42,14 +40,8 @@ type Host struct { changed bool // set to true if things changed - ipmap map[string]*IPtype // the current ip addresses - dnsmap map[string]*IPtype // the current dns addresses - ifmap map[int]*IFtype // the current interfaces - nsmap map[string]string // the NS records - - // DNS A and AAAA results - ipv4s map[string]dns.RR - ipv6s map[string]dns.RR + ifmap map[int]*IFtype // the current interfaces + nsmap map[string]string // the NS records // DNS stuff DnsStatus *gui.Node // the current state of DNS |
