mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -111,6 +111,7 @@ while hostdown:
|
||||
print("host up")
|
||||
hostdown = False
|
||||
host = "omv.home.lan"
|
||||
host = "morefine.home.lan"
|
||||
port = 22 # Replace with the port you want to test
|
||||
if is_port_open(host, port):
|
||||
print(f"Port {port} on {host} is open.")
|
||||
|
||||
Reference in New Issue
Block a user