dns.toys - DNSプロトコルを介して便利なユーティリティとサービスを提供するDNSサーバー。天気、世界時間、単位変換など。

(A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.)

Created at: 2022-06-02 01:21:33
Language: Go
License: MIT

dns.toysはDNSサーバーであり、DNSプロトコルを自由に使用して、コマンドラインから簡単にアクセスできる便利なユーティリティとサービスを提供します。

ドキュメントについては、 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

ローカルで実行

  • リポジトリのクローンを作成する
  • 設定にコピー
    config.sample.toml
    config.toml
    て編集します
  • cities15000.txt
    このディレクトリのルートにファイルのコピーがあることを確認してください(手順は
    config.sample.toml
    ファイルにあります)
  • 実行
    make build
    してバイナリをビルドしてから実行
    ./dnstoys.bin

その他

  • DnsToys.NET-サービス用の.netクライアントライブラリ。