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

https://github.com/alaviss/dnsstamps

Nim implementation of DNS server stamps
https://github.com/alaviss/dnsstamps

Last synced: 4 days ago
JSON representation

Nim implementation of DNS server stamps

Awesome Lists containing this project

README

          

# dnsstamps

[![CI status](https://github.com/alaviss/dnsstamps/workflows/CI/badge.svg)](https://github.com/alaviss/dnsstamps/actions?query=workflow%3ACI)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/alaviss/dnsstamps?style=flat)](https://github.com/alaviss/dnsstamps/releases/latest)
![Minimum supported Nim version](https://img.shields.io/badge/nim-1.2.0%2B-informational?style=flat&logo=nim)
[![License](https://img.shields.io/github/license/alaviss/dnsstamps?style=flat)](#license)

A Nim implementation of [DNS server stamps](https://dnscrypt.info/stamps-specifications/).

Currently only provides functions to create stamps.

- [API reference](https://alaviss.github.io/dnsstamps/dnsstamps.html)

## License

dnsstamps is distributed under the terms of the Mozilla Public License Version
2.0.

See [license.txt](license.txt) for details.