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
- Host: GitHub
- URL: https://github.com/aidewoode/dns_stamp
- Owner: aidewoode
- License: mit
- Created: 2022-01-27T09:54:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T07:33:28.000Z (over 4 years ago)
- Last Synced: 2025-12-09T18:51:51.401Z (7 months ago)
- Topics: dns, dns-stamp, ruby
- Language: Ruby
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DNS Stamp
[](https://github.com/aidewoode/dns_stamp/actions/workflows/ci.yml)
[](https://coveralls.io/github/aidewoode/dns_stamp?branch=master)
[](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