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 12ac52e88d
commit f6a854f5ab
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();