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
- Host: GitHub
- URL: https://github.com/rolandshoemaker/solvere
- Owner: rolandshoemaker
- License: mit
- Created: 2016-08-15T06:03:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T03:33:47.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T01:07:36.800Z (7 months ago)
- Topics: dns, dnssec, golang, resolver
- Language: Go
- Homepage:
- Size: 240 KB
- Stars: 33
- Watchers: 2
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `solvere`
[](https://godoc.org/github.com/rolandshoemaker/solvere) [](https://travis-ci.org/rolandshoemaker/solvere) [](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*._