From: Uwe Kleine-König Date: Tue, 12 Nov 2024 09:27:25 +0000 (+0100) Subject: docs/backends: Use * consistently for the per backend feature list X-Git-Tag: dnsdist-2.0.0-alpha2~100^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b9b69028646cf6252ffbf09fa810ff664c0774;p=thirdparty%2Fpdns.git docs/backends: Use * consistently for the per backend feature list Nearly all backend docs use * for their feature list. Upgrade that to "all". --- diff --git a/docs/backends/random.rst b/docs/backends/random.rst index 61c36011aa..886d1d0642 100644 --- a/docs/backends/random.rst +++ b/docs/backends/random.rst @@ -4,17 +4,17 @@ Random Backend .. deprecated:: 4.6.0 This backend has been removed in 4.6.0 -- Native: Yes -- Master: No -- Slave: No -- Superslave: No -- Case: Depends -- DNSSEC: Yes, no key storage -- Disabled data: No -- Comments: No -- Zone caching: No -- Module name: built in -- Launch: ``random`` +* Native: Yes +* Master: No +* Slave: No +* Superslave: No +* Case: Depends +* DNSSEC: Yes, no key storage +* Disabled data: No +* Comments: No +* Zone caching: No +* Module name: built in +* Launch: ``random`` This is a very silly backend which is discussed in the :doc:`Backends writer's guide <../appendices/backend-writers-guide>`. diff --git a/docs/backends/tinydns.rst b/docs/backends/tinydns.rst index 9ab90282e7..fa9b07fe6b 100644 --- a/docs/backends/tinydns.rst +++ b/docs/backends/tinydns.rst @@ -1,15 +1,15 @@ TinyDNS Backend =============== -- Native: Yes -- Master: Yes -- Slave: No -- Superslave: No -- DNSSEC: No -- Zone caching: Yes -- Multiple Instances: Yes -- Module name: tinydns -- Launch: ``tinydns`` +* Native: Yes +* Master: Yes +* Slave: No +* Superslave: No +* DNSSEC: No +* Zone caching: Yes +* Multiple Instances: Yes +* Module name: tinydns +* Launch: ``tinydns`` The TinyDNS backend allows you to use `djbdns's `__ ``data.cdb`` file format as