node-tcp-proxy
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -14,4 +14,5 @@ #!/usr/bin/env node | ||
.option("-t, --tls [both]", "Use TLS", false) | ||
.option("-c, --pfx [file]", "Private key file", "cert.pfx") | ||
.option("-p, --passphrase [value]", | ||
.option("-c, --pfx [file]", "Private key file", | ||
require.resolve("./cert.pfx")) | ||
.option("-a, --passphrase [value]", | ||
"Passphrase to access private key file", "abcd") | ||
@@ -18,0 +19,0 @@ .parse(process.argv); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11959
161