The acl Statement

Syntax

acl name {
  address_match_list
};

Definition and Usage

The acl statement creates a named address match list. It gets its name from a primary use of address match lists: Access Control Lists (ACLs).

Note that an address match list's name must be defined with acl before it can be used elsewhere; no forward references are allowed.

The following ACLs are built-in:

AnyAllows all hosts.
NoneDenies all hosts.
LocalhostAllows the IP addresses of all interfaces on the system.
LocalnetsAllows any host on a network for which the system has an interface.

Get Concise Guide to DNS and BIND, The now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.