-
Notifications
You must be signed in to change notification settings - Fork 116
use same lookup for mx-servers #286
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
Conversation
…ookup for the same domain
Co-authored-by: Sasha Yelkhovenka <[email protected]>
…ail2 into sensortower-cache-mx-servers-in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this works great!
@phoet In this PR, you replaced What do you think? |
@nijikon i'm a new contributor and my knowledge does not strech the whole project yet. did you run into any trouble with the change? is there something we need to take care of that needs fixing? i'm about to propse a change where all testing stubs can be replaced by an injected dns test stub. i found the current stubbing to be extremely cluttered and inconvenient to work with. i will definitively add a note to the changelog for that. |
Currently, if you use
|
@nijikon 7.0.12 should be there |
this is built on the changes from #283 but instead of caching the result, we use the same lookup as with the regular disposable list. this results in a lookup from a set instead of iterating over the domains. this should be much faster overall and also removes the necessicty to do any caching.