mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-07 01:24:06 +00:00
Update and rename windows_service.ps1 to windows_task.ps1
This commit is contained in:
committed by
GitHub
parent
22eb5ec7af
commit
8a5e1d2d69
@ -5,9 +5,9 @@ if ($args.Count -lt 2) {
|
||||
|
||||
$url = $args[0]
|
||||
$sslocalPath = $args[1]
|
||||
$localPort = $args[2]
|
||||
|
||||
$localAddr = "localhost"
|
||||
$localPort = 1080
|
||||
$checkInterval = 60
|
||||
$previousPassword = ""
|
||||
|
Reference in New Issue
Block a user