-
Notifications
You must be signed in to change notification settings - Fork 528
Use Windows API to get dns nameservers #1196
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
base: main
Are you sure you want to change the base?
Conversation
@jaraco might you be able to verify that this fixes the issue for you as well? For PyMongo the relevant change was that we needed to ignore a loopback adapter. |
This patch is looking good so far. Ideally we want all three |
I did some more digging, and the
|
Actually, I can't find any indication that |
Fixes #1191
As far as I can tell the only two ways of getting the search list are using COM or the registry, so I subclassed the registry getter.
Testing with a PR against my fork so I can run actions: blink1073#1