From ef1fd46bbb0c09ebf2fee882eefe01741f01d0ef Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 21 Jan 2022 14:25:47 +0100 Subject: [PATCH] auth LUA docs: fix ifurlup example --- docs/lua-records/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lua-records/functions.rst b/docs/lua-records/functions.rst index 52bce72556..9299fd6f2d 100644 --- a/docs/lua-records/functions.rst +++ b/docs/lua-records/functions.rst @@ -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) -- 2.47.2