Fix issue with starting proxy

This commit is contained in:
Andras Bacsai 2024-05-22 21:09:53 +02:00
parent cccf86d388
commit 79c30f7a94

View File

@ -72,6 +72,8 @@ public function checkProxy()
public function startProxy()
{
try {
$this->server->proxy->force_stop = false;
$this->server->save();
$activity = StartProxy::run($this->server);
$this->dispatch('activityMonitor', $activity->id, ProxyStatusChanged::class);
} catch (\Throwable $e) {