We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0924549 commit aa24338Copy full SHA for aa24338
cmd/cloudflared/tunnel/cmd.go
@@ -165,7 +165,7 @@ func TunnelCommand(c *cli.Context) error {
165
166
// Unauthenticated named tunnel on <random>.<quick-tunnels-service>.com
167
// For now, default to legacy setup unless quick-service is specified
168
- if c.String("hostname") == "" && c.String("quick-service") != "" {
+ if !dnsProxyStandAlone(c, nil) && c.String("hostname") == "" && c.String("quick-service") != "" {
169
return RunQuickTunnel(sc)
170
}
171
0 commit comments