Skip to content

Commit

Permalink
Merge pull request #7964 from Oldiesmann/3-0_fix_ripe
Browse files Browse the repository at this point in the history
[3.0] Update the URLs for RIPE and LACNIC
  • Loading branch information
Sesquipedalian authored Dec 24, 2023
2 parents f7577a3 + fd41efb commit 4c28e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Actions/TrackIP.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@ public function execute(): void
],
'lacnic' => [
'name' => Lang::$txt['whois_lacnic'],
'url' => 'https://lacnic.net/cgi-bin/lacnic/whois?query=' . Utils::$context['ip'],
'url' => 'https://query.milacnic.lacnic.net/search?id=' . Utils::$context['ip'],
],
'ripe' => [
'name' => Lang::$txt['whois_ripe'],
'url' => 'https://apps.db.ripe.net/search/query.html?searchtext=' . Utils::$context['ip'],
'url' => 'https://apps.db.ripe.net/db-web-ui/query?searchtext=' . Utils::$context['ip'],
],
];
}
Expand Down

0 comments on commit 4c28e33

Please sign in to comment.