summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 03:21:50 -0500
committerJeff Carr <[email protected]>2025-03-10 07:59:25 -0500
commit8fda4d7c870e36772f1ea0a62179e6e661131b21 (patch)
treee4f0c03cc67f981eaf803633677e9259f264f360 /main.go
parentfba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 (diff)
configload() and /list work
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index dbfbb90..c8ac253 100644
--- a/main.go
+++ b/main.go
@@ -60,7 +60,7 @@ func main() {
log.Info("portmap enabled for port", pm.Listen, "to", pm.Connect)
go gus3000(int(pm.Listen), pm.Connect)
}
- // startHTTP()
+ startHTTP()
os.Exit(0)
}
// go NewWatchdog()