From 60369432a86431f8f466504f1fb93605a3654f63 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:11:05 +0700 Subject: [PATCH] Update Program.cs Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 561cd0b..43bcdff 100644 --- a/Program.cs +++ b/Program.cs @@ -284,7 +284,7 @@ namespace domain_utility } } - Process.Start($"http://{remote}:631/printers"); + Process.Start($"https://{remote}:631/printers"); BackToMenu(OpenComputerCups); }