Skip to content
Snippets Groups Projects
Commit 2d460764 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

noudp module documentation

parent 721ebd9d
No related branches found
No related tags found
1 merge request!585noudp module
......@@ -955,3 +955,21 @@ The parent domain would then delegate whoami.domain.example to
ns[1-4].whoami.domain.example and whoami6.domain.example to
ns[1-4].whoami6.domain.example, and include the corresponding A-only or
AAAA-only glue records.
``noudp`` — noudp module
------------------------
The module sends empty truncated response to any UDP query. This is similar
to a slipped answer in :ref:`response rate limiting<server_rate-limit>`.
To enable this module globally, you need to add something like the following
to the configuration file::
mod-noudp:
- id: default
template:
- id: default
global-module: mod-noudp/default
The TCP queries are not affected.
......@@ -1437,3 +1437,22 @@ id
--
A module identifier.
.. _mod-noudp:
Module noudp
============
The module sends empty truncated response to any UDP query.
::
mod-noudp:
- id: STR
.. _mod-noudp_id:
id
--
A module identifier.
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