New port
parent
4ef9247c04
commit
2bed020336
|
|
@ -224,7 +224,7 @@ $RustID = $rustdesk_id
|
||||||
$ComputerName = $env:COMPUTERNAME
|
$ComputerName = $env:COMPUTERNAME
|
||||||
$InstallTime = Get-Date -Format "yyyy-MM-dd HH:mm:ss"
|
$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 = @{
|
$Body = @{
|
||||||
"rust_id" = $RustID
|
"rust_id" = $RustID
|
||||||
"computer_name" = $ComputerName
|
"computer_name" = $ComputerName
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue