From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:53:05 +0000 (-0500) Subject: Mark up www and ip addresses X-Git-Tag: dnsdist-2.0.0-alpha1~76^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075af1f6e499cdd95439db12d6c2f49d7c6cf8a8;p=thirdparty%2Fpdns.git Mark up www and ip addresses --- diff --git a/docs/lua-records/index.rst b/docs/lua-records/index.rst index 355c31ebc9..86b30d5a44 100644 --- a/docs/lua-records/index.rst +++ b/docs/lua-records/index.rst @@ -42,8 +42,8 @@ Here is a very basic example using :func:`ifportup`:: www IN LUA A "ifportup(443, {'192.0.2.1', '192.0.2.2'})" -This turns the 'www' name within a zone into a special record that will -randomly return 192.0.2.1 or 192.0.2.2, as long as both of these IP +This turns the ``www`` name within a zone into a special record that will +randomly return ``192.0.2.1`` or ``192.0.2.2``, as long as both of these IP addresses listen on port 443. If either IP address stops listening, only the other address will be