mod_external_services: Update tools.ietf.org URL

See bd9e006a7a74
This commit is contained in:
Kim Alvefur 2022-08-27 17:19:13 +02:00
parent 597e92e569
commit 2b397d1452

View file

@ -16,7 +16,7 @@ local configured_services = module:get_option_array("external_services", {});
local access = module:get_option_set("external_service_access", {});
-- https://tools.ietf.org/html/draft-uberti-behave-turn-rest-00
-- https://datatracker.ietf.org/doc/html/draft-uberti-behave-turn-rest-00
local function behave_turn_rest_credentials(srv, item, secret)
local ttl = default_ttl;
if type(item.ttl) == "number" then