Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 485 Bytes

File metadata and controls

9 lines (7 loc) · 485 Bytes

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.