Skip to content

Latest commit

 

History

History
111 lines (86 loc) · 5.54 KB

readme.md

File metadata and controls

111 lines (86 loc) · 5.54 KB

Dns.cr - Domain Name System Resolver

Description

  • High-performance, reliable, and stable DNS Resolver.
  • This repository is under evaluation and will replace Durian.cr.

Features

  • Concurrent
  • Caching
  • UDP
  • DNS over T(CP/LS)
  • DNS over HTTP(S)

Usage

  • Please check the examples folder.

Used as Shard

Add this to your application's shard.yml:

dependencies:
  dns:
    github: 636f7374/dns.cr

Installation

$ git clone https://github.com/636f7374/dns.cr.git

Development

$ make test

References

Related

Credit

Contributors

Name Creator Maintainer Contributor
636f7374
usiegj00

License

  • BSD 3-Clause Clear License