knadh / dns.toys

A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.
https://www.dns.toys
MIT License
2.5k stars 137 forks source link

Small misspelling at help response #17

Closed luxbe closed 2 years ago

luxbe commented 2 years ago

When running the command dig help @dns.toys you get the following response:

...
help.                   1       IN      TXT     "return pi as TXT or A or AAAA record." "dig ip @dns.toys"
...

It should probably say "return ip as TXT ..."

knadh commented 2 years ago

It is actually Pi (π). Tweaked the text to disambiguate. Thanks for pointing out.