Re: acl type construct for update-policy

2021-11-10 Thread John Thurston



On 11/10/2021 6:25 AM, Giddings, Bret wrote:
Is there any other facility for including effectively the same grant 
statements within multiple zones?


I am not aware of any

--
Do things because you should, not just because you can.

John Thurston907-465-8591
john.thurs...@alaska.gov
Department of Administration
State of Alaska
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


acl type construct for update-policy

2021-11-10 Thread Giddings, Bret
Hello,

I want to use the same update-policy grant statements multiple times in 
different zones and would therefore prefer to use something like an ACL.

It doesn’t appear to be the case that you can create something like

acl “FOO” {
  grant EXAMPLE.COM krb5-self . A ;
  grant * tcp-self . PTR(1);
};

Then use it in your zone

zone EXAMPLE.COM {
  ….
  update-policy { FOO; };
  …
};

Nor can you use an ‘include’ within the zone statement to include the relevant 
‘grant’ statements from an external file. Is there any other facility for 
including effectively the same grant statements within multiple zones?

Many thanks,

Bret
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users