]> git.frustrated-labs.net Git - dns-phrasex.git/commit
add DNS server structure
authorAlexander Goussas <[email protected]>
Tue, 27 Jan 2026 03:02:20 +0000 (22:02 -0500)
committerAlexander Goussas <[email protected]>
Tue, 27 Jan 2026 03:02:20 +0000 (22:02 -0500)
commit709b605888c85b32d1ec68df794810b5a85e2e18
tree99496075d3f012a69b3a4ce4288a049847e49d4f
add DNS server structure
.formatter.exs [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
lib/dns_phrases.ex [new file with mode: 0644]
lib/dns_phrases/application.ex [new file with mode: 0644]
lib/dns_phrases/server.ex [new file with mode: 0644]
mix.exs [new file with mode: 0644]
test/dns_phrases_test.exs [new file with mode: 0644]
test/test_helper.exs [new file with mode: 0644]