From 2e0eda75aff0245e893b2b15f5c5beba619fba79 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 5 Aug 2022 14:13:08 +0200 Subject: [PATCH] auth: fix backend page layout --- docs/backends/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/backends/index.rst b/docs/backends/index.rst index e10956d663..0bf1df1fdc 100644 --- a/docs/backends/index.rst +++ b/docs/backends/index.rst @@ -3,7 +3,7 @@ Backends The following table describes the supported backends and some of their capabilities. -+------------------------------------------------+--------+-------- +-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ ++------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ | Name | Native | Primary | Secondary | Producer | Consumer | Autoprimary | :doc:`DNS Update <../dnsupdate>` | :doc:`DNSSEC <../dnssec/index>` | Launch | +================================================+========+=========+===========+==========+==========+==============+==================================+=================================+==============+ | :doc:`BIND ` | Yes | Yes | Yes | No | No | Yes | No | Yes | ``bind`` | @@ -27,7 +27,7 @@ The following table describes the supported backends and some of their capabilit | :doc:`Pipe ` | Yes | No | No | No | No | No | No | No | ``pipe`` | +------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ | :doc:`Random ` | Yes | No | No | No | No | No | No | No | ``random`` | -+------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+-----------------------------------------------+ ++------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ | :doc:`Remote ` | Yes | Yes\* | Yes\* | No | No | Yes\* | No | Yes\* | ``remote`` | +------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ | :doc:`TinyDNS ` | Yes | Yes | No | No | No | No | No | No | ``tinydns`` | -- 2.47.2