Merge a2074ceb89f374c3221e27b6eab64889895b91c2 into 50a11a5f50eb3ba2f48a86672b1d52038a93f88e

This commit is contained in:
Airyland 2025-04-19 03:53:05 +00:00 committed by GitHub
commit 0ca40d45cc
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',
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 => {