summaryrefslogtreecommitdiffstats
path: root/src/knot/modules/noudp/noudp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/knot/modules/noudp/noudp.rst')
-rw-r--r--src/knot/modules/noudp/noudp.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/knot/modules/noudp/noudp.rst b/src/knot/modules/noudp/noudp.rst
new file mode 100644
index 0000000..03f790d
--- /dev/null
+++ b/src/knot/modules/noudp/noudp.rst
@@ -0,0 +1,20 @@
+.. _mod-noudp:
+
+``noudp`` — No UDP response
+===========================
+
+The module sends empty truncated response to any UDP query. TCP queries are
+not affected.
+
+Example
+-------
+
+To enable this module globally, you need to add something like the following
+to the configuration file::
+
+ template:
+ - id: default
+ global-module: mod-noudp
+
+.. NOTE::
+ This module is not configurable.