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 4616e9f commit bd917d2Copy full SHA for bd917d2
cmd/cloudflared/tunnel/cmd.go
@@ -195,7 +195,7 @@ func TunnelCommand(c *cli.Context) error {
195
return runClassicTunnel(sc)
196
}
197
198
- if c.String("proxy-dns") != "" {
+ if c.IsSet("proxy-dns") {
199
// NamedTunnelProperties are nil since proxy dns server does not need it.
200
// This is supported for legacy reasons: dns proxy server is not a tunnel and ideally should
201
// not run as part of cloudflared tunnel.
0 commit comments