Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hostname

Get Local Hostname From Ip Adress I.e. 192.168.1.x Python 3 On Windows 10

currently using:- import socket hostip='192.168.1.62' getip=socket.getaddrinfo(hostip,p… Read more Get Local Hostname From Ip Adress I.e. 192.168.1.x Python 3 On Windows 10

Python: Check If A Hostname Is Resolved

How can I have a function in python that returns 1 if the a hostname resolves and 0 if a hostname d… Read more Python: Check If A Hostname Is Resolved