From 5a534bbc5080ede79c6ea88b8d45c8035932a6d3 Mon Sep 17 00:00:00 2001 From: nk404030 <69350469+nk404030@users.noreply.github.com> Date: Fri, 7 Nov 2025 19:00:03 +0100 Subject: [PATCH] Add description for new option "dynamic ipv6 host" Add description for new option "dynamic ipv6 host" and fix typo. --- source/manual/dynamic_dns.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/manual/dynamic_dns.rst b/source/manual/dynamic_dns.rst index 253ad2822..dea3120ea 100644 --- a/source/manual/dynamic_dns.rst +++ b/source/manual/dynamic_dns.rst @@ -53,10 +53,11 @@ Service The provider of your Dynamic DNS Service resourceId A pointer to the service to be updated, currently only relevant for Azure Username Login or user name to authenticate with, left empty when using token-based authentication Password Password, API key or security token to authenticate with -Zone Typically the second-level domain name to update. for example: *example.com* +Zone Typically the second-level domain name to update. For example: *example.com* Hostname(s) A list of fully-qualified domain names to update via the selected service, separated by commas. For example: *subdomain.example.com* Check ip method The IP checking service to get the appliance's current IP address from Interface to monitor The interface to connect to the IP checking service from, or if the "Check ip method" is set to "Interface" the interface to collect an address from +Dynamic ipv6 host Optionally overwrite the interface identifier of the ipv6 address with the given value. For example: *::aabb:33ff:fe44:ccdd* Check ip timeout How long to wait in seconds for the IP checking service to respond with an IP address Force SSL Enable connecting to IP checking and updating services over HTTPS, though majority only support HTTPS anyway ======================= =======================================================================================================================================================================