feat: Allocate proper IP address for clients and expose getNextClientIP method

This commit is contained in:
infosave2007
2026-02-13 20:40:04 +03:00
parent 86eeb765e7
commit e7af048a9e
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -622,7 +622,7 @@ class VpnClient
/**
* Get next available client IP
*/
private static function getNextClientIP(array $serverData): string
public static function getNextClientIP(array $serverData): string
{
$pdo = DB::conn();