Update and rename windows_service.ps1 to windows_task.ps1

This commit is contained in:
Alexandr Bogomyakov
2024-09-28 19:32:30 +03:00
committed by GitHub
parent 22eb5ec7af
commit 8a5e1d2d69

View File

@ -5,9 +5,9 @@ if ($args.Count -lt 2) {
$url = $args[0] $url = $args[0]
$sslocalPath = $args[1] $sslocalPath = $args[1]
$localPort = $args[2]
$localAddr = "localhost" $localAddr = "localhost"
$localPort = 1080
$checkInterval = 60 $checkInterval = 60
$previousPassword = "" $previousPassword = ""