mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 10:27:27 +08:00
misc up
This commit is contained in:
@@ -333,7 +333,7 @@ class SeedBoxRepository extends BaseRepository
|
||||
$asnObj = $reader->asn($ip);
|
||||
return $asnObj->autonomousSystemNumber ?? 0;
|
||||
} catch (\Exception $e) {
|
||||
do_log("ip: $ip, error: " . $e->getMessage(), 'error');
|
||||
do_log("ip: $ip, error: " . $e->getMessage());
|
||||
return 0;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user