Skip to content

raceli/dnsserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small DNS service for communicating A and SRV records.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%