Jeremy Schwartz wrote:
> Can anyone show me the proper code to setup laod balancing using Bind?
>
> TIA
>
In named.conf:
zone "example.com" {
type master;
file "<insert filename here>";
};
In the example.com zone file (along with the required SOA record, NS
records, etc.):
www.example.com. a 1.2.3.4
www.example.com. a 2.3.4.5
- Kevin