]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: simplify chapter names
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 6 Jan 2020 11:46:52 +0000 (12:46 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:16 +0000 (10:38 +0100)
daemon/bindings/cache.rst
daemon/bindings/modules.rst
daemon/bindings/net.rst
daemon/lua/trust_anchors.rst
doc/config.rst

index ac01ab33475ffba60959d8a13f55c403216fd65e..388e84a309bdbd84374c379feda91e5cb4ee3e07 100644 (file)
@@ -1,5 +1,5 @@
-Cache configuration
-===================
+Cache
+=====
 
 The default cache in Knot Resolver is persistent on disk, which means that the daemon doesn't lose
 the cached data on restart or crash, and thus performace does not suffer from cold-starts.
index de554e99f2ad36f0f59e2cc6de535bc678539ca3..abd220dac55f0e53cfc9771ae44ae34ee966f8ee 100644 (file)
@@ -1,6 +1,6 @@
 
-TODO: Modules configuration
-===========================
+TODO: Modules
+=============
 
 The daemon provides an interface for dynamic loading of daemon modules.
 
index f705069ae16284c3d1e52ca259de04bbc41222e1..80ed9b5dae8c68b23db29f390ab2e03973184b36 100644 (file)
@@ -1,7 +1,7 @@
 .. _network-configuration:
 
-Network configuration
-=====================
+Network
+=======
 
 Modern Linux distributions use so-called *Systemd socket activation*, which
 effectively means that IP addresses and ports to listen on are configured
@@ -320,8 +320,8 @@ Following commands are useful in special situations and can be usef with and wit
 
 .. _tls-server-config:
 
-TLS server configuration
-========================
+TLS server
+==========
 DNS-over-TLS server (:rfc:`7858`) is enabled by default on loopback interface port 853.
 Information how to configure listening on specific IP addresses is in previous sections
 :ref:`network-configuration`.
index 68962ff59437119bc6acac06a01ad4c4a3bad745..b35385d6a296e15ed56b4feac39e713c06a173c2 100644 (file)
@@ -1,7 +1,7 @@
 .. _dnssec-config:
 
-Trust anchors and DNSSEC
-========================
+DNSSEC
+======
 
 Since version 4.0, **DNSSEC validation is enabled by default**.
 This is secure default and should not be changed unless absolutely necessary.
index 7b440f73a54d28d4dbd2fb9617efa84e5bc620ec..3ee0dd564f3d36715583e2a40fc6d1283fb51af0 100644 (file)
@@ -165,8 +165,8 @@ Performance and resiliency
 .. include:: ../modules/edns_keepalive/README.rst
 
 
-Other
-=====
+TODO: Other
+===========
 .. include:: ../modules/http/README.rst
 .. include:: ../modules/http/README.doh.rst
 .. include:: ../modules/daf/README.rst