mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-07 03:23:30 +02:00
EPP server optimization
This commit is contained in:
parent
a89a09a381
commit
ac9995b4e5
8 changed files with 247 additions and 142 deletions
|
@ -647,6 +647,7 @@ function updatePermittedIPs($pool, $permittedIPsTable) {
|
|||
$query = "SELECT addr FROM registrar_whitelist";
|
||||
$stmt = $pdo->query($query);
|
||||
$permittedIPs = $stmt->fetchAll(PDO::FETCH_COLUMN, 0);
|
||||
$stmt->closeCursor();
|
||||
$pool->put($pdo);
|
||||
|
||||
// Manually clear the table by removing each entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue