bitwarden

This commit is contained in:
jaydee
2024-11-29 12:13:48 +01:00
parent 5ddfecb4ae
commit dfe78e355e

View File

@@ -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.")