diff options
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/NetworkTest/Info.lua | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Server/Plugins/NetworkTest/Info.lua b/Server/Plugins/NetworkTest/Info.lua index d8c3095fe..2788d3674 100644 --- a/Server/Plugins/NetworkTest/Info.lua +++ b/Server/Plugins/NetworkTest/Info.lua @@ -90,6 +90,23 @@ g_PluginInfo = }, }, -- lookup + sclient = + { + HelpString = "Connects, as an SSL client, to a specified webpage (github.com by default) and downloads its front page using HTTPS", + Handler = HandleConsoleNetSClient, + ParameterCombinations = + { + { + Params = "", + Help = "Connects, as an SSL client, to github.com and downloads its front page using HTTPS", + }, + { + Params = "host [port]", + Help = "Connects, as an SSL client, to the specified host and downloads its front page using HTTPS", + }, + }, -- ParameterCombinations + }, -- sclient + udp = { Subcommands = |