|
|
(view this code in a separate window)
//
// Sample internal BIND nameserver configuration settings
//
// Internal nameserver
acl "internal-network" {
localhost; // Important!
10.0.0.0/24; // Our NAT'd internal network
};
// Internal nameserver
options{
allow-query { internal-network };
};
|