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

Mark ForwardLookup as public #1729

Merged
merged 1 commit into from
Jun 28, 2022
Merged

Conversation

chotchki
Copy link
Contributor

I am trying to implement a wrapper around ForwardAuthority so I can intercept for rewriting/auditing what a dns forwarder produces. However implementing a wrapper is extremely challenging without ForwardLookup and its contents being public.

As noted in the other branch I also added documentation to the struct as well.

Recreation of pull request #1727 with a clean git history. I also added pub to ResolverLookup that was required to construct it.

I am trying to implement a wrapper around ForwardAuthority so I can intercept for rewriting/auditing what a dns forwarder produces. However implementing a wrapper is extremely challenging without ForwardLookup and its contents being public.

As noted in the other branch I also added documentation to the struct as well.
Copy link
Member

@bluejekyll bluejekyll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. This looks good.

@bluejekyll bluejekyll merged commit 9340030 into hickory-dns:main Jun 28, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants