From: Alexander Goussas Date: Tue, 3 Feb 2026 02:40:25 +0000 (-0500) Subject: docs: update readme X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=9163a9865f6e2dbdd2633ce25531fc83962ba537;p=dns-phrasex.git docs: update readme --- 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