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

DNS proxy optimization for entries in DNS cache #604

Open
kdorosh opened this issue Jul 12, 2023 · 1 comment
Open

DNS proxy optimization for entries in DNS cache #604

kdorosh opened this issue Jul 12, 2023 · 1 comment

Comments

@kdorosh
Copy link
Contributor

kdorosh commented Jul 12, 2023

we can return CNAMEs for hosts we have in our cache to short-path DNS resolution across /etc/resolv.conf resolvers

for context, see #599 (comment)

this is a potential nice optimization we can bring to ztunnel DNS impl in due time. the implementation would be similar to but not exactly match #599, as this PR was returning the CNAME on cache miss rather than cache hit

@daixiang0
Copy link
Member

Fixed by #603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants