mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
parent
80e46c9292
commit
2df93737e8
4 changed files with 139 additions and 1 deletions
12
src/tools/dns-queries/index.ts
Normal file
12
src/tools/dns-queries/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { World } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'DNS Queries',
|
||||
path: '/dns-queries',
|
||||
description: 'Perform DNS Queries (over HTTPS)',
|
||||
keywords: ['dns', 'nslookup', 'queries'],
|
||||
component: () => import('./dns-queries.vue'),
|
||||
icon: World,
|
||||
createdAt: new Date('2024-08-15'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue