mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-25 17:53:19 +01:00
Add DNS.fish to Additional Resources
This commit is contained in:
parent
7ca22daa9a
commit
a2074ceb89
@ -253,6 +253,12 @@ const resources = [
|
|||||||
icon: 'https://i.ibb.co/6nLw2MC/anyrun-icon.png',
|
icon: 'https://i.ibb.co/6nLw2MC/anyrun-icon.png',
|
||||||
description: 'An interactive malware and web sandbox',
|
description: 'An interactive malware and web sandbox',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'DNS.fish',
|
||||||
|
link: 'https://dns.fish/',
|
||||||
|
icon: 'https://i.ibb.co/bdgzRGw/favicon-31-1.png',
|
||||||
|
description: 'An online dns lookup tool with API support',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const makeLink = (resource: any, scanUrl: string | undefined): string => {
|
const makeLink = (resource: any, scanUrl: string | undefined): string => {
|
||||||
|
Loading…
Reference in New Issue
Block a user