mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-11 16:41:36 -04:00
fix(My IP): use https://www.ipify.org/
This commit is contained in:
parent
76425c94b7
commit
fea25b7243
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ import { defineTool } from '../tool';
|
|||
export const tool = defineTool({
|
||||
name: 'My IP Address',
|
||||
path: '/my-ip',
|
||||
description: 'Get your client IP Address (IPv4/6) using https://getjsonip.com/',
|
||||
description: 'Get your client IP Address (IPv4/6) using https://www.ipify.org/',
|
||||
keywords: ['my', 'client', 'ip'],
|
||||
component: () => import('./my-ip.vue'),
|
||||
icon: World,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue