一台 DNS 服务器,通过 DNS 协议提供有用的工具和服务,包括天气、世界时间、单位转换等。
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 2023-05-28T14:00-bengaluru-berlin/de.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
dig excuse @dns.toys
dig A12.9352,77.6245/12.9698,77.7500.aerial @dns.toys
dig 5.16.nanoid @dns.toys
docker run name dnstoys --restart unless-stopped -p 5354:5354/tcp -p 5354:5354/udp
Or using docker compose:
docker compose up
config.sample.toml to config.toml and edit the configcities15000.txt file at the root of this directory (instructions are in the config.sample.toml file)wordnet from Wordnet website.(more instructions are in the config.sample.toml file)wordnetconfig.sample.toml file).make build to build the binary and then run ./dnstoys.bin dig <query> +short @127.0.0.1 -p 5354
暂无开放 Issues,或尚未同步最近议题。