summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 05:24:11 -0600
committerJeff Carr <[email protected]>2024-01-06 05:24:11 -0600
commit3457aefa86ccc9bc6c4eda059e48ebcb8830b410 (patch)
tree525dca4d9ec74d26282521148cd4918d85081e9b /main.go
parentd2fb88cd584b8e7e60cb6315d9fb8d0d6ceac22f (diff)
add LinuxStatus()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index f417b86..5eb83f6 100644
--- a/main.go
+++ b/main.go
@@ -17,6 +17,8 @@ import (
"go.wit.com/gui/gui"
"go.wit.com/gui/debugger"
+ "go.wit.com/control-panels/dns/linuxstatus"
+
"github.com/miekg/dns"
)
@@ -47,6 +49,8 @@ func main() {
me.digStatus = NewDigStatusWindow(me.myGui)
me.status = NewHostnameStatusWindow(me.myGui)
+ linuxstatus.New()
+
if debugger.ArgDebug() {
log.Sleep(2)
debugger.DebugWindow(me.myGui)