Lines 1-14
Link Here
|
1 |
DNS Balance is a load-balancing DNS server which: |
1 |
DNS Balance is a load-balancing DNS server which: |
2 |
|
2 |
|
3 |
o Does dynamic load balancing. |
3 |
* Does dynamic load balancing. |
4 |
o Can answer the most proper resolution based on the client's IP |
4 |
* Answers with the most proper resolution, based on the client's IP |
5 |
address. |
5 |
address. |
6 |
o Implements "A" record lookups only. This would be good for |
6 |
* Implements "A" record lookups only. Which would be good for security. |
7 |
security. |
|
|
8 |
|
7 |
|
9 |
This (FreeBSD) version differs from original in the following: |
8 |
On FreeBSD, it will |
10 |
- It works as a daemon |
9 |
* Work as a daemon |
11 |
- Has ability to write messages to logfile |
10 |
* Has the ability to write messages to logfile |
12 |
- Can save it's PID |
11 |
* Can save it's PID |
13 |
|
12 |
|
14 |
WWW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/dns_balance/ |
13 |
WWW: http://BSDforge.com/projects/dns/dns_balance/ |