DEV Community

GOLDEN KUMAR
GOLDEN KUMAR

Posted on

3 3 3 2 1

AI-Powered DNS for TXT Queries!

This is a submission for the GitHub Copilot Challenge : New Beginnings

What I Built

It is a DNS server that can use the LM model to answer user queries.

Feature:

  1. Save bandwidth as it is just a DNS call.
  2. Directly call the LLM model using the terminal.

To use it

dig @dns.auenkr.me -p 9005 +short TXT write.query.with.periods

How does it work?

Send a TXT record to the DNS server. The subdomain contains the question to be asked by LLM. LLM answers the query the result is sent back to the user.

Demo

Image description

Repo

https://github.com/AuenKr/dns-ai

Copilot Experience

I normally use JavaScript for development purposes. But to know more about Copilot I decide to write this project in Golang.

I prompt the Copilot on what I want to create, the logic part. It converts it into the go-lang language.

I was amazed that I was able to create this project even though I didn't know Go Lang.

GitHub Models

  1. Generating code based on Comments I write.
  2. While debugging the code. When some error occurs, to better understand why it occurs.

Conclusion

This is a fun project for me.
I was thinking of doing this project for a long time. This project is inspired by https://github.com/knadh/dns.toys.

Heroku

Built for developers, by developers.

Whether you're building a simple prototype or a business-critical product, Heroku's fully-managed platform gives you the simplest path to delivering apps quickly — using the tools and languages you already love!

Learn More

Top comments (0)

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay