From 9163a9865f6e2dbdd2633ce25531fc83962ba537 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Mon, 2 Feb 2026 21:40:25 -0500 Subject: [PATCH] docs: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 989927a..df6ff2d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,17 @@ This is a DNS server that responds to queries with TXT records containing random phrases. +I mainly implemented this to become familiar with Elixir. + ## Usage +You can use any tool to make DNS queries. A popular one in Unix systems is `dig`: + ```bash dig @dns.frustrated-functor.dev ``` +You should see a TXT record in the ANSWERS section displayed by `dig`. + ## License MIT -- 2.43.0