Skip to content

Commit

Permalink
Add DNS.fish to Additional Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland authored Sep 3, 2024
1 parent 7ca22da commit a2074ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/web-check-live/components/misc/AdditionalResources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit a2074ce

Please sign in to comment.