acl type construct for update-policy

Giddings, Bret bret at essex.ac.uk
Wed Nov 10 15:25:42 UTC 2021


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20211110/719bfebf/attachment.htm>


More information about the bind-users mailing list