diff --git a/src/tunnel.ts b/src/tunnel.ts index 76ea2be..666a0d2 100644 --- a/src/tunnel.ts +++ b/src/tunnel.ts @@ -48,7 +48,7 @@ export async function startTunnel( } const args = [ - ["--url", opts.url], + ["--url", url], opts.verifyTLS ? undefined : ["--no-tls-verify", ""], ].filter(Boolean) as [string, string][];