diff options
| author | Jeff Carr <[email protected]> | 2023-12-28 15:36:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-28 15:36:05 -0600 |
| commit | 8afc73da048204f4245e0c850436c1e3e70055a5 (patch) | |
| tree | 48b03e9be15ba299a35285a98e06ad12b5c29ce6 /structs.go | |
| parent | 6fa6d6dfc9e5a88e7dff2ed3c148b3b4271f566c (diff) | |
DNS status window Show() and Hide()
display HTTPS results from dns.google.com for go.wit.com
use a grid instead of boxes
start go.wit.com/log
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ type Host struct { digStatus *digStatus statusIPv6 *cloudflare.OneLiner + digStatusButton *gui.Node } type IPtype struct { |
