From: Peter van Dijk Date: Fri, 21 Jan 2022 13:25:47 +0000 (+0100) Subject: auth LUA docs: fix ifurlup example X-Git-Tag: auth-4.7.0-alpha1~27^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef1fd46bbb0c09ebf2fee882eefe01741f01d0ef;p=thirdparty%2Fpdns.git auth LUA docs: fix ifurlup example --- 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)