]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
view doc: warn against split-horizon DNS
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 17 Sep 2018 10:48:30 +0000 (12:48 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 13 Dec 2018 16:28:07 +0000 (17:28 +0100)
modules/view/README.rst

index 71c13ab19b5b77ef63e2d638a6767ebf068e998b..b29c52d63bb7f7fd617afc8bd6bc9a2c3660c395 100644 (file)
@@ -23,6 +23,14 @@ You can combine this information with :ref:`policy <mod-policy>` rules.
 This fill force given client subnet to TCP for names in ``example.com``.
 You can combine view selectors with RPZ_ to create personalized filters for example.
 
+.. warning::
+
+       Beware that cache is shared by *all* requests.  For example, it is safe
+       to refuse answer based on who asks the resolver, but trying to serve
+       different data to different clients may result in surprises.
+       Such setups are usually called **split-horizon** or similarly.
+
+
 Example configuration
 ^^^^^^^^^^^^^^^^^^^^^