feat: Реализован API для удаления клиентов, добавлен отладочный скрипт статистики XRay и метод InstallProtocolManager::install сделан публичным.

This commit is contained in:
infosave2007
2026-01-27 16:15:00 +03:00
parent 836b4bdb84
commit da9ef48f76
4 changed files with 74 additions and 1 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ class InstallProtocolManager
return self::runScript($server, $protocol, 'detect', $options);
}
private static function install(VpnServer $server, array $protocol, array $options = []): array
public static function install(VpnServer $server, array $protocol, array $options = []): array
{
$engine = self::getEngine($protocol);
$serverId = $server->getId();