wip 2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-21 18:41:47 -04:00
parent f5741ef60b
commit b8714e52de
4 changed files with 104 additions and 150 deletions

View File

@@ -25,9 +25,7 @@ var tunnelCmd = &cobra.Command{
// Start Tunnel
log.Infof("creating TCP tunnel: %s -> %s", cfg.TunnelName, cfg.TunnelTarget)
if err := tunnel.Start(); err != nil {
log.Fatal("failed to start tunnel:", err)
}
tunnel.Start()
},
}