diff --git a/omv_backups_v3.py b/omv_backups_v3.py index f3f9664..7681524 100644 --- a/omv_backups_v3.py +++ b/omv_backups_v3.py @@ -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.")