1
0

Added 'net sclient' command to NetworkTest plugin.

This commit is contained in:
Mattes D
2015-10-09 18:33:57 +02:00
parent 1a572e6611
commit b95d6a5b8a
2 changed files with 60 additions and 0 deletions

View File

@@ -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 =