From b4146d3959462c481c976d727d023e80729c1e1d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 18 Aug 2023 09:54:30 +0200 Subject: [PATCH] manual: update Dynamic DNS for native backend changes --- source/manual/dynamic_dns.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/manual/dynamic_dns.rst b/source/manual/dynamic_dns.rst index b7f3dd23..5907818d 100644 --- a/source/manual/dynamic_dns.rst +++ b/source/manual/dynamic_dns.rst @@ -31,14 +31,14 @@ Option Description ======================= ======================================================================================================================================================================= Enable Enable the client Interval The number of seconds address changes will be queried -Backend Select the backend to use, either ddclient or the new OPNsense implementation +Backend Select the backend to use, either "ddclient" or "native" ======================= ======================================================================================================================================================================= .. Note:: - With :code:`ddlient` developments sunsetting [`* `__] we decided to offer an alternative written - in python. Selecting the OPNsense backend changes the implementation. If your service is supported, we do advice to try out the - new implementation. + With :code:`ddlient` developments sunsetting [`* `__] we decided to offer an alternative written in + Python. Selecting the native backend replaces the employed implementation. If your service is supported, we do advice to try out the new native backend + which also offers support for custom HTTP requests. Accounts ---------------------------