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

@@ -41,5 +41,5 @@ func NewTunnel(cfg *config.ClientConfig) (*tunnel.Tunnel, error) {
return nil, fmt.Errorf("failed to connect: %v", err)
}
return tunnel.NewClientTunnel(cfg.TunnelName, cfg.TunnelTarget, serverConn), nil
return tunnel.NewClientTunnel(cfg.TunnelName, cfg.TunnelTarget, serverConn)
}