diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 03:21:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 07:59:25 -0500 |
| commit | 8fda4d7c870e36772f1ea0a62179e6e661131b21 (patch) | |
| tree | e4f0c03cc67f981eaf803633677e9259f264f360 /main.go | |
| parent | fba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 (diff) | |
configload() and /list work
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
