Skip to content

iangudger/dns

Repository files navigation

Modular DNS server for Go

Based on golang.org/x/net/dns, a very high performance DNS wire format library.

Goals

  • Safe. Should not crash on bad input. This library has been fuzzed, but if you find any crash bugs, please report them.
  • Modular. Should allow arbitrary DNS implementations.
  • Fast. Minimize allocations.
  • Clean code. Show follow the Go style guide.

About

A modular DNS server for Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages