We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente0172dd commit2ed17b8Copy full SHA for 2ed17b8
cli/start.go
@@ -326,7 +326,7 @@ func start() *cobra.Command {
326
"Specifies the path to the private key for the certificate. It requires a PEM-encoded file")
327
cliflag.StringVarP(root.Flags(),&tlsMinVersion,"tls-min-version","","CODER_TLS_MIN_VERSION","tls12",
328
`Specifies the minimum supported version of TLS. Accepted values are "tls10", "tls11", "tls12" or "tls13"`)
329
-cliflag.BoolVarP(root.Flags(),&useTunnel,"tunnel","","CODER_DEV_TUNNEL",false,"Serve dev mode through a Cloudflare Tunnel for easy setup")
+cliflag.BoolVarP(root.Flags(),&useTunnel,"tunnel","","CODER_DEV_TUNNEL",true,"Serve dev mode through a Cloudflare Tunnel for easy setup")
330
_=root.Flags().MarkHidden("tunnel")
331
332
returnroot