From 5a66dcfb22599d4e056e0df0b8a06a08d0b29bed Mon Sep 17 00:00:00 2001 From: Juan Date: Mon, 15 May 2023 21:16:22 +0200 Subject: [PATCH] Update dynamic_dns.rst (#469) Documentation for cloudflare in PR https://github.com/opnsense/plugins/pull/3435 --- source/manual/dynamic_dns.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/source/manual/dynamic_dns.rst b/source/manual/dynamic_dns.rst index 6aac88cf..db4a539a 100644 --- a/source/manual/dynamic_dns.rst +++ b/source/manual/dynamic_dns.rst @@ -67,3 +67,28 @@ Force SSL Choose to use HTTP or HTTPS, but only for selected servi Interface to monitor Interface to collect an address from when choosing "Interface" as check ip method, or source interface used to connect to the check ip service Description A description to easily identify this rule in the overview. ======================= ======================================================================================================================================================================= + +Provider-specific configuration +--------------------------- + +Cloudflare +``````````````````````````` +For accounts with Cloudflare as provider, there is an additional option **Zone**, which should be set as the name of the zone containing the host to be updated, not its zone ID. + +Cloudflare accepts authorization with the global token with the options + +======================= ======================================================================================================================================================================= +Option Value +======================= ======================================================================================================================================================================= +Username The email of the Cloudflare account. +Password Global API Key. +======================= ======================================================================================================================================================================= + +Using an API token is recommended for security reasons, with ``Permissions`` :menuselection:`Zone --> DNS --> Edit` and ``Zone Resources`` :menuselection:`Include --> Specific zone --> zone with the host`, and the account options + +======================= ======================================================================================================================================================================= +Option Value +======================= ======================================================================================================================================================================= +Username token +Password API token. +======================= =======================================================================================================================================================================