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

Bulk PTR lookup should be async #3

Open
grifferz opened this issue Nov 25, 2024 · 0 comments
Open

Bulk PTR lookup should be async #3

grifferz opened this issue Nov 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@grifferz
Copy link
Owner

All of this is currently single-threaded, synchronous code. It first does an AXFR of the zone content and then does a list of PTR lookups with a default timeout, one after another.

This is slow, and would likely be improved by being done asynchronously.

@grifferz grifferz added the enhancement New feature or request label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant