Skip to content
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

Wildcard CNAME that points at a host covered by same wildcard breaks #31

Closed
aeden opened this issue Feb 26, 2015 · 1 comment
Closed
Labels

Comments

@aeden
Copy link
Member

aeden commented Feb 26, 2015

This is on the feature/dnssec branch.

Given a zone with:

*.example.com CNAME proxy.example.com
proxy.example.com A 1.2.3.4

And a query for foo.example.com, the response is being returned as

proxy.example.com CNAME proxy.example.com
proxy.example.com A 1.2.3.4

Whereas it should be:

foo.example.com CNAME proxy.example.com
proxy.example.com A 1.2.3.4
@aeden aeden added the bug label Feb 26, 2015
aeden added a commit that referenced this issue Feb 26, 2015
@aeden
Copy link
Member Author

aeden commented Feb 26, 2015

Fixed by a1b4993

@aeden aeden closed this as completed Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant