1
0

LuaAPI: Added client TLS support for TCP links.

This commit is contained in:
Mattes D
2015-02-12 20:05:55 +01:00
parent 086e112161
commit 16636ff6e2
12 changed files with 395 additions and 8 deletions

View File

@@ -84,6 +84,12 @@ g_PluginInfo =
},
}, -- lookup
wasc =
{
HelpString = "Requests the webadmin homepage using https",
Handler = HandleConsoleNetWasc,
}, -- wasc
}, -- Subcommands
}, -- net
},