/dnsserver

A small DNS service for communicating A and SRV records.

Primary LanguageGoApache License 2.0Apache-2.0

dnsserver - a simple DNS service toolkit

This provides a very basic API for programming a DNS service that serves over UDP. Single A (non-RR) records and SRV records are currently supported, although this may change in the future.

Stability

This should be considered alpha quality software and is currently not suitable for production use.

Documentation

You can find comprehensive documentation in the source comments or at the URL below:

http://godoc.org/github.com/docker/dnsserver

Usage

There is an example program here.

Dependencies

github.com/miekg/dns

License

We use the Apache 2.0 License as with all public Docker projects. You can read this here.

Contribution Guidelines

  • Fork the project and send a pull request
  • Please do not modify any license or version information.
  • Thanks!

Maintainer

Erik Hollensbe github@hollensbe.org