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

https://github.com/rolandshoemaker/solvere

A validating recursive DNS resolver library and standalone server with DNSSEC support
https://github.com/rolandshoemaker/solvere

dns dnssec golang resolver

Last synced: 4 months ago
JSON representation

A validating recursive DNS resolver library and standalone server with DNSSEC support

Awesome Lists containing this project

README

          

# `solvere`

[![GoDoc](https://godoc.org/github.com/rolandshoemaker/solvere?status.svg)](https://godoc.org/github.com/rolandshoemaker/solvere) [![Build Status](https://travis-ci.org/rolandshoemaker/solvere.svg?branch=master)](https://travis-ci.org/rolandshoemaker/solvere) [![codecov.io](http://codecov.io/github/rolandshoemaker/solvere/coverage.svg?branch=master)](http://codecov.io/github/rolandshoemaker/solvere?branch=master)

A simple Golang package and standalone server for recursive DNS resolution.

Golang >= 1.7 is required to make use of the new standard library `context` package.

_Until there is a full test suite you should really *not trust this*._