feat: Allocate proper IP address for clients and expose getNextClientIP method
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user