Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
14 stars 25 forks source link

507 feature request dig tool #638

Closed SUA-321 closed 3 months ago

SUA-321 commented 4 months ago

This DigTool component is a DNS lookup tool implemented in React.js. It allows users to enter a domain name, performs a DNS lookup using the Google Public DNS resolver, and displays the result or any errors that occur during the process.

The component maintains state for the domain name, DNS lookup result, and error messages. When the user clicks the "Perform Lookup" button, it triggers the handleLookup function, which retrieves DNS information similar to a terminal with the "Dig" command