Categorygithub.com/chzyer/adrs
repositorypackage
0.0.0-20151001062911-989b098684ff
Repository: https://github.com/chzyer/adrs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

ADRS - A DNS(Recursive) server

A implementation of recursive DNS Server in the Go programming language.

NOTE: THIS PROJECT IS STILL UNDER DEVELOPMENT!

Status

Software License Build Status Coverage Status GoDoc

Join the chat at https://gitter.im/chzyer/adrs

Features (road map)

  • Support protocol like HTTP, TCP, UDP.
  • Support routers which is based on (sub)domain to direct to foreign name servers.
  • Support wrong records detection.
  • Support custom(internal) domain resolves (may needs a web dashboard).
  • Support distributed deployment.
  • Support load balances like round-robin.

Progress now

  • Support protocol UDP