diff options
-rw-r--r-- | plugins/mod_admin_shell.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |