summaryrefslogtreecommitdiff
path: root/dnsLookupStatus.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-29 01:36:10 -0600
committerJeff Carr <[email protected]>2023-12-29 01:36:10 -0600
commitbeb076375e92d4bbc26f97cb81d91a4c0ad8257c (patch)
treedc547f91ffe31830081906361e70ddc02180b070 /dnsLookupStatus.go
parenta84e307c773f5725b7c926c10b61dfe28a03c560 (diff)
add digital ocean & DNS state windows
lists digital ocean droplets create a new digital ocean droplet knows what needs to be done to get IPv4 and IPv6 to work update windows on Show() make a window for the state of DNS specific to the hostname Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dnsLookupStatus.go')
-rw-r--r--dnsLookupStatus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsLookupStatus.go b/dnsLookupStatus.go
index 280ac92..9166f72 100644
--- a/dnsLookupStatus.go
+++ b/dnsLookupStatus.go
@@ -92,7 +92,7 @@ func NewDigStatusWindow(p *gui.Node) *digStatus {
ds.ready = false
ds.hidden = true
- ds.window = p.NewWindow("DNS Lookup Status")
+ ds.window = p.NewWindow("DNS Resolver Status")
ds.window.Custom = func () {
ds.hidden = true
ds.window.Hide()