summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-26 16:17:32 -0500
committerJeff Carr <[email protected]>2023-03-26 16:17:32 -0500
commit70a7ca6d75b0bffbd184b1780bca5a9b0db46c70 (patch)
tree3241a5fb24af3624da8abb7380a450116a2ea1ee /structs.go
parent53c8c54b15d396f4efe4335948404814ac04a4dd (diff)
everything auto-updates on open
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 5134f03..0f91a9f 100644
--- a/structs.go
+++ b/structs.go
@@ -14,11 +14,11 @@ type Host struct {
domainname string // kernel.org
// fqdn string // mirrors.kernel.org
dnsTTL int // Recheck DNS is working every TTL (in seconds)
+ changed bool // set to true if things changed
user string // name of the user
ipmap map[string]*IPtype // the current ip addresses
dnsmap map[string]*IPtype // the current dns addresses
ifmap map[int]*IFtype // the current interfaces
- ipchange bool // set to true if things change
window *gui.Node // the main window
tab *gui.Node // the main dns tab
notes *gui.Node // using this to put notes here