From 239264a86e5487692af96e8e88f03c6fbab68fc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 15 Feb 2017 18:30:34 +0100 Subject: [PATCH] workarounds docs: add manual section --- doc/modules.rst | 1 + modules/workarounds/README.rst | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/modules.rst b/doc/modules.rst index fb0600901..cc25562e1 100644 --- a/doc/modules.rst +++ b/doc/modules.rst @@ -23,3 +23,4 @@ Knot DNS Resolver modules .. include:: ../modules/renumber/README.rst .. include:: ../modules/cookies/README.rst .. include:: ../modules/version/README.rst +.. include:: ../modules/workarounds/README.rst diff --git a/modules/workarounds/README.rst b/modules/workarounds/README.rst index 872a1af7d..5aa8970c3 100644 --- a/modules/workarounds/README.rst +++ b/modules/workarounds/README.rst @@ -1,4 +1,14 @@ .. _mod-workarounds: -FIXME +Workarounds +----------- + +A simple module that alters resolver behavior on specific broken sub-domains. +Currently it mainly disables case randomization on them. + +Running +^^^^^^^ +.. code-block:: lua + + modules = { 'workarounds < iterate' } -- 2.47.3