===========
A
DNSMAnager Built from scratch inGolangusing 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
hostsfile to it and it will resolve host names from it. - Caching layer, to low the
I/Ousage.