fix aws
This commit is contained in:
@@ -2670,7 +2670,7 @@ function handlePtrCacheGet($db) {
|
||||
ptr_record, ptr_status, ptr_checked_at, aws_synced_at
|
||||
FROM ptr_records_cache
|
||||
WHERE zone_id = ?
|
||||
ORDER BY INET_ATON(ip_address) DESC
|
||||
ORDER BY INET_ATON(ip_address) ASC
|
||||
");
|
||||
$stmt->execute([$zoneId]);
|
||||
$records = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
Reference in New Issue
Block a user