dns.resolver.override_system_resolver doesnt work in windows #1090
AliGhaffarian
started this conversation in
General
Replies: 2 comments
-
i tried running the python3 as admin but no difference |
Beta Was this translation helpful? Give feedback.
0 replies
-
The purpose of To do what you are trying to do, you do this:
or if you're going to be doing a bunch of queries to the resolver, you could do this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
either i dont understand the purpose of the function or this really doesnt work
i wanted to get the resolution of a domain from a dns server i chose not the system so i looked it up in the doc and this seemed to be my answer
To Reproduce
resolver.override_system_resolver("178.22.122.100")
resolver.resolve("epicgames.com", "A")
then i can clearly see that epicgames.com is resolved by my systems dns server ( via wireshark )
Context (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions