Projects : dns/dns_balance

dns_balance

is a Dynamic load-balancing DNS server.

About dns_balance

DNS Balance is a load-balancing DNS server which:
  • Does dynamic load balancing
  • Answers with the most proper resolution, based on the client's IP address
  • Implements A record lookups only. Which would be good for security
On FreeBSD, it will
  • Work as a daemon
  • Has the ability to write messages to logfile
  • Save it's PID

Installation

FreeBSD:

Using the ports system:

cd /usr/ports/dns/dns_balance make install clean
Using the pkg system:
pkg install dns/dns_balance

Try dlint online! (coming soon)