diff --git a/cmd/cloudflared/tunnel/cmd.go b/cmd/cloudflared/tunnel/cmd.go index c98d5ae4..b7221a59 100644 --- a/cmd/cloudflared/tunnel/cmd.go +++ b/cmd/cloudflared/tunnel/cmd.go @@ -165,7 +165,7 @@ func TunnelCommand(c *cli.Context) error { // Unauthenticated named tunnel on ..com // For now, default to legacy setup unless quick-service is specified - if c.String("hostname") == "" && c.String("quick-service") != "" { + if !dnsProxyStandAlone(c, nil) && c.String("hostname") == "" && c.String("quick-service") != "" { return RunQuickTunnel(sc) }