-
Notifications
You must be signed in to change notification settings - Fork 927
Ingress configuration doesn't work with proxy dns #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: