]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Mark up www and ip addresses 15177/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Feb 2025 20:53:05 +0000 (15:53 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Feb 2025 21:39:52 +0000 (16:39 -0500)
docs/lua-records/index.rst

index 355c31ebc93de5692876b989aafdcff515e018d6..86b30d5a4404fae4fc501546ef110d0249e95190 100644 (file)
@@ -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