From 2bed02033660f0beec7dd1c8a289f474eb76e5d8 Mon Sep 17 00:00:00 2001 From: "Satur@it-depot.ru" Date: Thu, 6 Mar 2025 13:57:40 +0300 Subject: [PATCH] New port --- RustInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RustInstall.ps1 b/RustInstall.ps1 index ad35a44..be2b42e 100644 --- a/RustInstall.ps1 +++ b/RustInstall.ps1 @@ -224,7 +224,7 @@ $RustID = $rustdesk_id $ComputerName = $env:COMPUTERNAME $InstallTime = Get-Date -Format "yyyy-MM-dd HH:mm:ss" -$ServerURL = "http://rust.it-depot.ru:6661/api/install" +$ServerURL = "http://rust.it-depot.ru:8002/api/install" $Body = @{ "rust_id" = $RustID "computer_name" = $ComputerName