]> git.frustrated-labs.net Git - dns-phrasex.git/commitdiff
docs: update readme master
authorAlexander Goussas <[email protected]>
Tue, 3 Feb 2026 02:40:25 +0000 (21:40 -0500)
committerAlexander Goussas <[email protected]>
Tue, 3 Feb 2026 02:40:25 +0000 (21:40 -0500)
README.md

index 989927a7f6964afaf4ce7f203fd80eae9b86ce2b..df6ff2d8405097f94e5a99f05317af53e180903d 100644 (file)
--- 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.
 
 
 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
 
 ## Usage
 
+You can use any tool to make DNS queries. A popular one in Unix systems is `dig`:
+
 ```bash
 dig @dns.frustrated-functor.dev
 ```
 
 ```bash
 dig @dns.frustrated-functor.dev
 ```
 
+You should see a TXT record in the ANSWERS section displayed by `dig`.
+
 ## License
 MIT
 ## License
 MIT