Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1006 Bytes

readme.md

File metadata and controls

22 lines (20 loc) · 1006 Bytes

Nsproxy

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.

Documentation

All documentation is in the github wiki

Quickstart

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!