Is there a faster or batch alternative to socket.gethostbyaddr() for the purpose of determining the host, given an IP address? Thank you.
Asked
Active
Viewed 1,212 times
1 Answers
0
You can use dnspython module [1], look from_address function.
Note: It's thread safe.

Jon Ander Ortiz Durántez
- 2,542
- 1
- 20
- 29