dns

Version, currently 1.0.54 versions

github.com/636f7374/dns.cr

๐Ÿšง Under evaluation - Crystal Domain Name System Resolver

16 stars
2 dependents
License: BSDv3

Installation

# Add this to your shard.yml
dependencies:
  dns:
    github: 636f7374/dns.cr
    version: ~> 1.0.5

Then run:

shards install

shard.yml

Crystal
>= 1.0.0
License
BSDv3
Authors
636f7374, usiegj00

Dependencies

This version declares no dependencies.

README

Description

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

Features

  • [X] Concurrent
  • [X] Caching
  • [X] UDP
  • [X] DNS over T(CP/LS)
  • [X] 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