modulepackage
0.0.0-20141102062638-5d11eac17244
Repository: https://github.com/docker/dnsserver.git
Documentation: pkg.go.dev
# README
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
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 [email protected]
# Packages
No description provided by the author
# Functions
Create a new DNS server.