Re: 4.2 and 4.3 BIND: masters_list does not work with masters option

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Newman
Date: Monday, July 7, 2008 - 5:50 pm

On 7/7/08 4:44 PM, Jacob Yocom-Piatt wrote:

Perhaps the missing quote marks around the ACL name?

This works for me:

acl "internal-xfer" {
     10.0.0.93;
     10.0.0.94;
};

acl "trusted" {
       10.0.0.0/8;
       localhost;
};

zone "somedomain.com" in {
	type master;
	file "master/db.somedomain.com";
	allow-query { trusted; };
         allow-transfer { internal-xfer; };
};

dn
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
4.2 and 4.3 BIND: masters_list does not work with masters ..., Jacob Yocom-Piatt, (Mon Jul 7, 4:44 pm)
Re: 4.2 and 4.3 BIND: masters_list does not work with mast ..., David Newman, (Mon Jul 7, 5:50 pm)