-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ingress configuration doesn't work with proxy dns #346
Comments
I suspect it's because https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/cmd.go#L299 was not updated to look for named tunnels. Should be an easy fix, something like:
|
Additionally, I think https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/configuration_test.go could use some more tests that catch some of these configuration issues. |
This will be fixed in the next cloudflared release. |
Release 2021.4.0 has this fix. |
This configuration does not work:
However, if I comment out:
Then everything works fine.
The text was updated successfully, but these errors were encountered: