unixvoid / nsproxy

DNS based load balancer written in Go

Home Page:https://unixvoid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

DNS based load balancer written in Go

https://unixvoid.com

License:MIT License


Languages

Language:Go 86.0%Language:Makefile 14.0%