Skip to content

masdzub/dnscheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNS Checker

Hey there! Welcome to the DNS Checker project. This nifty little web app lets you peek under the hood of any domain's DNS records. Whether you're troubleshooting, curious, or just love DNS (we won't judge), this tool's got you covered.

What's This All About?

Ever wondered what's going on behind the scenes when you type a domain name into your browser? That's where DNS comes in, and this checker helps you see all those hidden details. It'll show you:

  • A records (IPv4 addresses)
  • AAAA records (IPv6 addresses)
  • CNAME records (aliases)
  • MX records (mail servers)
  • NS records (name servers)
  • And a bunch more!

The Cool Stuff We Used

We've whipped up this app using some pretty sweet tech:

  • HTML5 (because every website needs a solid foundation)
  • CSS3 (to make things pretty)
  • JavaScript (to make things happen)
  • Vue.js (our JavaScript framework of choice for smooth user experiences)
  • Tailwind CSS (for quick and easy styling)
  • Google's DNS over HTTPS API (the secret sauce for fetching DNS info)

Give It a Spin!

Curious to see it in action? Head over to https://dnscheck.masdzub.com/ and start exploring!

How to Use It

  1. Pop open the website
  2. Type in any domain you're curious about
  3. Hit "Check DNS" (or just smash that Enter key)
  4. Watch the magic happen as the DNS records appear

Want to Tinker?

If you're the type who likes to get their hands dirty with code:

  1. Clone this bad boy
  2. Open up index.html in your favorite browser
  3. That's it! No fancy server setup required.

Got Ideas?

We love a good collaboration! If you've got ideas to make this even better:

  1. Fork the repo
  2. Create a new branch (git checkout -b amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazingness')
  4. Push to the branch (git push origin amazing-feature)
  5. Open a Pull Request and let's chat!

Legal Stuff

This project is under the MIT License. Check out the LICENSE file for all the nitty-gritty details.

Let's Chat!

Got questions? Ideas? Just want to talk DNS? (Again, no judgment here.) Drop me a line at masdzub.com. I'm always up for a good tech chat!

Happy DNS checking, folks!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors