dns.toys is a DNS server that takes creative liberties with the DNS protocol to offer handy utilities and services that are easily accessible via the command line.
For docs, visit www.dns.toys
dig help @dns.toys
dig mumbai.time @dns.toys
dig newyork.weather @dns.toys
dig 42km-mi.unit @dns.toys
dig 100USD-INR.fx @dns.toys
dig ip @dns.toys
dig 987654321.words @dns.toys
dig pi @dns.toys
dig 100dec-hex.base @dns.toys
dig fun.dict @dns.toys
- Clone the repo
- Copy
config.sample.toml
toconfig.toml
and edit the config - Make sure you have a copy of the
cities15000.txt
file at the root of this directory (instructions are in theconfig.sample.toml
file) - Run
make build
to build the binary and then run./dnstoys.bin
- DnsToys.NET - A .net client library for the service.