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

Help Pi Typo #21

Closed coffeepotkiller closed 2 years ago

coffeepotkiller commented 2 years ago

I noticed a small typo in the help output:

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

In the example command ip should be changed to pi

jeffjose commented 2 years ago

Fixed in https://github.com/knadh/dns.toys/issues/17

knadh commented 2 years ago

Yep, this has already been fixed. Thanks!