update keywords
This commit is contained in:
parent
994597800b
commit
8705e845cd
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
@ -19,9 +19,11 @@
|
|||
},
|
||||
"keywords": [
|
||||
"stunnel",
|
||||
"s_client",
|
||||
"openssl s_client",
|
||||
"telebit",
|
||||
"openssl"
|
||||
"netcat",
|
||||
"telnet",
|
||||
"socat"
|
||||
],
|
||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||
"license": "(MIT OR Apache-2.0)"
|
||||
|
|
Loading…
Reference in New Issue