TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Wordle over DNS

170 pointsby dglover 3 years ago

8 comments

pglover 3 years ago
This is going straight on my list: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;pgl&#x2F;status&#x2F;1405614755000295427" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;pgl&#x2F;status&#x2F;1405614755000295427</a>
评论 #30397927 未加载
omnicognateover 3 years ago
Neat. I thought for a moment it was just a script embedded in a TXT record, but you do communicate over DNS with a server-side implementation of the game. The perl bit is just to unescape the response.<p>It uses a custom DNS server that returns the result as a TXT record for the domain &lt;your guess&gt;.wd.ip.wtf. You don&#x27;t need to point directly at that server as it&#x27;s registered as the nameserver for that domain.
pwdisswordfish9over 3 years ago
Awaiting the inevitable Wordle in CoffeeScript in pure CSS on the blockchain as a Service.
kseistrupover 3 years ago
I really like the idea of wordle-over-dns.<p>I wish all wordle authors would use words with 5 unique letters and singular nouns or infinitive verbs, though.
评论 #30397628 未加载
评论 #30397228 未加载
danwallover 3 years ago
This is really clever, you can also play in the browser with online DNS tools like <a href="https:&#x2F;&#x2F;www.whatsmydns.net&#x2F;dns-lookup&#x2F;txt-records?query=wd.ip.wtf&amp;server=google" rel="nofollow">https:&#x2F;&#x2F;www.whatsmydns.net&#x2F;dns-lookup&#x2F;txt-records?query=wd.i...</a><p>Using the example guess <a href="https:&#x2F;&#x2F;www.whatsmydns.net&#x2F;dns-lookup&#x2F;txt-records?query=crane.example.wd.ip.wtf&amp;server=google" rel="nofollow">https:&#x2F;&#x2F;www.whatsmydns.net&#x2F;dns-lookup&#x2F;txt-records?query=cran...</a>
garaetjjteover 3 years ago
It would be better if it just represented replies as ASCII chars to avoid perl postprocessing. Most terminals probably doesn&#x27;t display colored emoji anyway.
评论 #30401553 未加载
评论 #30401694 未加载
somtoxhiover 3 years ago
What&#x27;s a good resource to gain more-indepth knowledge on DNS?
评论 #30401529 未加载
评论 #30402255 未加载
评论 #30404201 未加载
captn3m0over 3 years ago
DNS TTLs would make this interesting to play.