Add DNS.fish to Additional Resources

This commit is contained in:
Airyland 2024-09-03 11:46:04 +08:00 committed by GitHub
parent 7ca22daa9a
commit a2074ceb89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 => {