]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: add Quick Reference section to User guide
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 8 Jul 2019 15:33:10 +0000 (17:33 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 5 Aug 2019 12:52:46 +0000 (14:52 +0200)
doc/index.rst
doc/quickref.rst [new file with mode: 0644]
modules/policy/README.rst

index 45d7c8f970fb469a0b84602d1fb2d0d702526ef2..b8b56ccec25750e0f9763c00612669873672ac38 100644 (file)
@@ -11,6 +11,7 @@ and it provides a state-machine like API for extensions.
    :name: users
    :maxdepth: 2
 
+   quickref
    daemon
    modules
 
diff --git a/doc/quickref.rst b/doc/quickref.rst
new file mode 100644 (file)
index 0000000..9ef2750
--- /dev/null
@@ -0,0 +1,8 @@
+***************
+Quick Reference
+***************
+
+* `Installation <https://www.knot-resolver.cz/download/>`_
+* :ref:`TLS Forwarding <tls-forwarding>`
+* :ref:`network-configuration`
+* :ref:`Module: policy <mod-policy>`
index d71efe556fe7fb5a760b9b51164f7f84ff8ccb81..77ce89700ba37a859af38f73772950c087403d56 100644 (file)
@@ -75,6 +75,8 @@ Also, it is possible to write your own action (i.e. Lua function). It is possibl
 
 .. note:: The module (and ``kres``) expects domain names in wire format, not textual representation. So each label in name is prefixed with its length, e.g. "example.com" equals to ``"\7example\3com"``. You can use convenience function ``todname('example.com')`` for automatic conversion.
 
+.. _tls-forwarding:
+
 Forwarding over TLS protocol (DNS-over-TLS)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 Policy `TLS_FORWARD` allows you to forward queries using `Transport Layer Security`_ protocol, which hides the content of your queries from an attacker observing the network traffic. Further details about this protocol can be found in :rfc:`7858` and `IETF draft dprive-dtls-and-tls-profiles`_.