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

mod-dnsproxy: improve example description

parent 8b66a92e
No related branches found
No related tags found
No related merge requests found
Pipeline #136667 passed
......@@ -15,7 +15,7 @@ There are several uses of this feature:
.. NOTE::
The module does not alter the query/response as the resolver would,
and the original transport protocol is kept as well.
and the original transport protocol (UDP or TCP) is kept as well.
Example
-------
......@@ -39,9 +39,9 @@ required::
zone:
- domain: local.zone
When clients query for anything in the ``local.zone``, they will be
responded to locally. The rest of the requests will be forwarded to the
specified server (``10.0.1.1`` in this case).
When a client queries anything in the ``local.zone`` (which must exist),
it will receive a local response. All other requests (to unknown zones)
will be forwarded to the specified server (``10.0.1.1`` in this case).
Module reference
----------------
......
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