===========
A
DNS
MAnager Built from scratch inGolang
using the microservices design pattern, it consists of6 services
- DNS Resolver (with an optional forwarder
fallback
) - RESTful API (to make it easy to manage the entries)
- Hosts File(s) compatible service, so you can provide
hosts
file to it and it will resolve host names from it. - Caching layer, to low the
I/O
usage.