]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: lua link to ifurlup-options 15188/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Feb 2025 20:55:01 +0000 (15:55 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Feb 2025 20:55:01 +0000 (15:55 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/lua-records/functions.rst

index 45a63a1c258b4d17e10fe0c15578e4108f7c7c63..e04bc7100fc7035c48430c5a1580f3c06b0c5f43 100644 (file)
@@ -82,6 +82,8 @@ Record creation functions
   :param addresses: List of sets of addresses to check the URL on.
   :param options: Table of options for this specific check, see below.
 
+  .. _ifurlup-options:
+
   Various options can be set in the ``options`` parameter:
 
   - ``selector``: used to pick the address(es) from the subset of available addresses of the selected set. Choices include 'pickclosest', 'random', 'hashed', 'all' (default 'random').
@@ -106,7 +108,7 @@ Record creation functions
   This is useful when health checking already happens elsewhere, and that state is exposed over HTTP(S).
   Health checks are considered positive if the HTTP response code is 200 and optionally if the content matches the ``stringmatch`` option.
 
-  Options are identical to those for ``ifurlup``.
+  :ref:`Options <ifurlup-options>` are identical to those for ``ifurlup``.
 
   Example: