From: Vladimír Čunát Date: Wed, 15 Feb 2017 17:30:34 +0000 (+0100) Subject: workarounds docs: add manual section X-Git-Tag: v1.3.0~23^2~75^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=239264a86e5487692af96e8e88f03c6fbab68fc5;p=thirdparty%2Fknot-resolver.git workarounds docs: add manual section --- 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' }