Lowered the amount of pings and also commit 69 ;)
This commit is contained in:
parent
423a81cf88
commit
e31b3ec4c3
2
HTTPy.py
2
HTTPy.py
@ -41,7 +41,7 @@ def ipLookup(inDomain):
|
|||||||
print ipLook, "PTR: ", host
|
print ipLook, "PTR: ", host
|
||||||
|
|
||||||
def ipPing(inDomain):
|
def ipPing(inDomain):
|
||||||
ping = subprocess.call(["ping", "-c 5", inDomain])
|
ping = subprocess.call(["ping", "-c 2", inDomain])
|
||||||
#iterate(ping, "")
|
#iterate(ping, "")
|
||||||
|
|
||||||
def getInput():
|
def getInput():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user