]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth LUA docs: fix ifurlup example
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 21 Jan 2022 13:25:47 +0000 (14:25 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 31 Jan 2022 13:03:11 +0000 (14:03 +0100)
docs/lua-records/functions.rst

index 52bce72556d2735c26e674ea6f20f3958d6f0b50..9299fd6f2dc8d001ad5f4cd7d63c36b81e8e85e1 100644 (file)
@@ -90,7 +90,7 @@ Record creation functions
 
   .. code-block:: lua
 
-    ifurlup("example.com", { {"192.0.2.20", "203.0.113.4"}, {"203.0.113.2"} })
+    ifurlup("https://example.com/", { {"192.0.2.20", "203.0.113.4"}, {"203.0.113.2"} })
 
 .. function:: pickrandom(addresses)