mirror of
https://git.coolaj86.com/coolaj86/sclient.js
synced 2025-02-22 15:58:04 +00:00
update keywords
This commit is contained in:
parent
994597800b
commit
8705e845cd
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sclient",
|
"name": "sclient",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.",
|
"description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -19,9 +19,11 @@
|
|||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"stunnel",
|
"stunnel",
|
||||||
"s_client",
|
"openssl s_client",
|
||||||
"telebit",
|
"telebit",
|
||||||
"openssl"
|
"netcat",
|
||||||
|
"telnet",
|
||||||
|
"socat"
|
||||||
],
|
],
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)"
|
"license": "(MIT OR Apache-2.0)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user