http vs tcp tunnel
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-22 23:04:15 -04:00
parent d5de31eda7
commit 2e73689762
4 changed files with 135 additions and 13 deletions

View File

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