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
Copy file name to clipboardExpand all lines: cmd/cloudflared/tunnel/cmd.go
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -84,12 +84,12 @@ const (
84
84
LogFieldTmpTraceFilename="tmpTraceFilename"
85
85
LogFieldTraceOutputFilepath="traceOutputFilepath"
86
86
87
-
tunnelCmdErrorMessage=`You did not specify any valid additional argument to the cloudflared tunnel command.
87
+
tunnelCmdErrorMessage=`You did not specify any valid additional argument to the cloudflared tunnel command.
88
88
89
-
If you are trying to run a Quick Tunnel then you need to explicitly pass the --url flag.
90
-
Eg. cloudflared tunnel --url localhost:8080/.
89
+
If you are trying to run a Quick Tunnel then you need to explicitly pass the --url flag.
90
+
Eg. cloudflared tunnel --url localhost:8080/.
91
91
92
-
Please note that Quick Tunnels are meant to be ephemeral and should only be used for testing purposes.
92
+
Please note that Quick Tunnels are meant to be ephemeral and should only be used for testing purposes.
93
93
For production usage, we recommend creating Named Tunnels. (https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/)
0 commit comments