Skip to content
Snippets Groups Projects
Commit ec40a97b authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: improve queryacl reference

parent 9a7a5d80
No related branches found
No related tags found
No related merge requests found
......@@ -47,14 +47,24 @@ A module identifier.
address
.......
A list of allowed ranges and/or subnets for query's source address. If the query's address does not fall into any
An optional list of allowed ranges and/or subnets for query's source address.
If the query's address does not fall into any
of the configured ranges, NOTAUTH rcode is returned.
*Default:* not set
.. _mod-queryacl_interface:
interface
.........
A list of allowed ranges and/or subnets for query's target interface. If the interface does not fall into any
of the configured ranges, NOTAUTH rcode is returned. Note that every interface used has to be configured in :ref:`listen<server_listen>`.
An optional list of allowed ranges and/or subnets for query's target interface.
If the interface does not fall into any
of the configured ranges, NOTAUTH rcode is returned. Note that every interface
used has to be configured in :ref:`listen<server_listen>`.
.. NOTE::
Don't use values *0.0.0.0* and *::0*. These values are redundant and don't
work as expected.
*Default:* not set
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment