From 2388b800b2370b7dae55d7f1e40420ab845b3b5a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 23 Nov 2021 17:59:40 +0100 Subject: mod_admin_shell: List net providers in module:info --- plugins/mod_admin_shell.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua index a9b855d6..f8f56528 100644 --- a/plugins/mod_admin_shell.lua +++ b/plugins/mod_admin_shell.lua @@ -430,6 +430,7 @@ function def_env.module:info(name, hosts) ["auth-provider"] = function(item) return item.name; end, ["storage-provider"] = function(item) return item.name; end, ["http-provider"] = function(item, mod) return mod:http_url(item.name); end, + ["net-provider"] = function(item) return item.name; end, }; for host in hosts do -- cgit v1.2.3