summaryrefslogtreecommitdiff
path: root/digStatus.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 07:09:59 -0600
committerJeff Carr <[email protected]>2024-01-07 07:09:59 -0600
commit807b3be94f4be4b1aeea48695474aca1bfef4ab2 (patch)
tree5af8e1b94ebbe5bb7148848aa926ab74f1ab2793 /digStatus.go
parent930bdc941b1181460f4c38dc708dc53d583ab5d3 (diff)
window titles update to correct values
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digStatus.go')
-rw-r--r--digStatus.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/digStatus.go b/digStatus.go
index d23d8a4..af72227 100644
--- a/digStatus.go
+++ b/digStatus.go
@@ -245,6 +245,14 @@ func (ds *digStatus) updateDnsStatus() {
out = shell.Run(cmd)
log.Log(DNS, "makeDnsStatusGrid() dig", out)
me.digStatus.set(ds.DnsDigTCP, out)
+
+ /*
+ g2.NewButton("dig +trace", func () {
+ log.Log(NOW, "TODO: redo this")
+ // o := shell.Run("dig +trace +noadditional DS " + me.hostname + " @8.8.8.8")
+ // log.Println(o)
+ })
+ */
}
func (ds *digStatus) makeHttpStatusGrid() {