An open API service indexing awesome lists of open source software.

https://github.com/aidewoode/dns_stamp

Ruby implementation of DNS Stamp
https://github.com/aidewoode/dns_stamp

dns dns-stamp ruby

Last synced: 2 months ago
JSON representation

Ruby implementation of DNS Stamp

Awesome Lists containing this project

README

          

# DNS Stamp
[![CI](https://github.com/aidewoode/dns_stamp/actions/workflows/ci.yml/badge.svg)](https://github.com/aidewoode/dns_stamp/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/aidewoode/dns_stamp/badge.svg?branch=master)](https://coveralls.io/github/aidewoode/dns_stamp?branch=master)
[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)

Ruby implementation of [DNS Stamp](https://dnscrypt.info/stamps-specifications)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dns_stamp'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install dns_stamp

## Compatibility

DNS Stamp support ruby 2.6+

## Usage

TODO: Write usage instructions here