openvpn-access-server-scripts
Advanced tools
Comparing version 0.0.1-beta.2 to 0.0.1-beta.3
{ | ||
"name": "openvpn-access-server-scripts", | ||
"version": "0.0.1-beta.2", | ||
"version": "0.0.1-beta.3", | ||
"description": "Scripts that are used to run further setup steps on the OpenVPN and PiHole EC2 instances created in the openvpn-access-server-infra CDK project", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -17,6 +17,5 @@ #!/usr/bin/env node | ||
.action((...args) => { | ||
console.log(args); | ||
new openvpn_unattended_install_1.SetupSsl(args[1]); | ||
new openvpn_unattended_install_1.SetupSsl(args[0]); | ||
}); | ||
program.parse(process.argv); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "openvpn-access-server-scripts", | ||
"version": "0.0.1-beta.2", | ||
"version": "0.0.1-beta.3", | ||
"description": "Scripts that are used to run further setup steps on the OpenVPN and PiHole EC2 instances created in the openvpn-access-server-infra CDK project", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
Sorry, the diff of this file is not supported yet
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
31672
0
358