You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need support to pass any extra arguments to cloudflared cli as per custom needs
This will also solve some of open issues in this package
Ability to pass "--protocol http2" to cloudflared (#38)
Here, developer can pass this using new extraArg parameter like this
startTunnel({ extraArgs: "--protocol http2" });
CLI tunnel not working on first time install (#10)
I have also faced this similar issue, where initially this package downloads older version of cloudflared cli and when we start tunnel first time is checks for update after starting the tunnel and it updates cloudflared cli and stops the tunnel
- Here, I need support to pass extraArg "--no-autoupdate" which solves this problem
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
Need support to pass any extra arguments to cloudflared cli as per custom needs
This will also solve some of open issues in this package
Ability to pass "--protocol http2" to cloudflared (#38)
CLI tunnel not working on first time install (#10)
Additional information
The text was updated successfully, but these errors were encountered: