Nsproxy is a DNS proxy and cluster manager written in go. This project acts as a normal DNS server (in addition to the cluster managment) and allows the use of custom DNS entries. Currently nsproxy fully supports A, AAAA, and CNAME entries.
All documentation is in the github wiki
To quickly get nsproxy up and running check out our page on dockerhub Or make sure you have Golang and make installed, and use the following make commands:
make deps
to pull down all the 'go gets'make run
to run nsproxy!