From 075af1f6e499cdd95439db12d6c2f49d7c6cf8a8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:53:05 -0500 Subject: [PATCH] Mark up www and ip addresses --- docs/lua-records/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2