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.
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!
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)
Curious to see it in action? Head over to https://dnscheck.masdzub.com/ and start exploring!
- Pop open the website
- Type in any domain you're curious about
- Hit "Check DNS" (or just smash that Enter key)
- Watch the magic happen as the DNS records appear
If you're the type who likes to get their hands dirty with code:
- Clone this bad boy
- Open up
index.htmlin your favorite browser - That's it! No fancy server setup required.
We love a good collaboration! If you've got ideas to make this even better:
- Fork the repo
- Create a new branch (
git checkout -b amazing-feature) - Commit your changes (
git commit -m 'Add some amazingness') - Push to the branch (
git push origin amazing-feature) - Open a Pull Request and let's chat!
This project is under the MIT License. Check out the LICENSE file for all the nitty-gritty details.
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!