Documentation Index

Fetch the complete documentation index at: https://kb.isc.org/llms.txt

Use this file to discover all available pages before exploring further.

Defining a named.conf ACL for 'any IPv6' address

Prev Next

Question:

Is there a built-in ACL for named.conf that is for any IPv6 address?

Answer:

The following ACL definitions are for all IPv6 and all IPv4 addresses respectively:

acl any6 { ::0/0; };
acl any4 { 0.0.0.0/0; };