Skip to content

Commit

Permalink
Merge pull request #397 from Xteri08/main
Browse files Browse the repository at this point in the history
Changes to ip lookup
  • Loading branch information
Xinecraft authored Oct 15, 2024
2 parents 8a1eeaa + aa4237b commit 63f97da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/default/js/Pages/Admin/Session/IndexSession.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const headerRow = [
<a
class="hover:underline"
target="_blank"
:href="`https://whois.domaintools.com/${item.ip_address}`"
:href="`https://check-host.net/ip-info?host=${item.ip_address}`"
>{{ item.ip_address }}</a>
</div>
</DtRowItem>
Expand Down
2 changes: 1 addition & 1 deletion resources/default/js/Pages/PlayerIntel/ShowSession.vue
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ activeTime = Math.max(activeTime, 0);
<a
class="hover:text-light-blue-400 hover:underline filter blur-sm hover:blur-none duration-300"
target="_blank"
:href="`https://whois.domaintools.com/${criticalInfo.player_ip_address}`"
:href="`https://check-host.net/ip-info?host=${criticalInfo.player_ip_address}`"
>
{{ criticalInfo.player_ip_address }}
</a>
Expand Down

0 comments on commit 63f97da

Please sign in to comment.