openvpn-access-server-scripts
Advanced tools
Comparing version 0.0.1-beta.5 to 0.0.1-beta.6
{ | ||
"name": "openvpn-access-server-scripts", | ||
"version": "0.0.1-beta.5", | ||
"version": "0.0.1-beta.6", | ||
"description": "npm module containing 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", |
@@ -37,5 +37,5 @@ "use strict"; | ||
'--key', | ||
'"vpn.client.routing.reroute_dns"', | ||
'vpn.client.routing.reroute_dns', | ||
`--value`, | ||
`"custom"`, | ||
`custom`, | ||
`ConfigPut` | ||
@@ -46,5 +46,5 @@ ].filter((el) => el !== ''), SetupOpenVpn.SPAWN_SYNC_OPTIONS); | ||
'--key', | ||
'"vpn.server.dhcp_option.dns.0"', | ||
'vpn.server.dhcp_option.dns.0', | ||
`--value`, | ||
`"${ip}"`, | ||
`${ip}`, | ||
`ConfigPut` | ||
@@ -55,5 +55,5 @@ ].filter((el) => el !== ''), SetupOpenVpn.SPAWN_SYNC_OPTIONS); | ||
'--key', | ||
'"vpn.server.routing.gateway_access"', | ||
'vpn.server.routing.gateway_access', | ||
`--value`, | ||
`"true"`, | ||
`true`, | ||
`ConfigPut` | ||
@@ -72,5 +72,5 @@ ].filter((el) => el !== ''), SetupOpenVpn.SPAWN_SYNC_OPTIONS); | ||
'--key', | ||
'"vpn.client.routing.reroute_gw"', | ||
'vpn.client.routing.reroute_gw', | ||
`--value`, | ||
`"true"`, | ||
`true`, | ||
`ConfigPut` | ||
@@ -83,5 +83,5 @@ ].filter((el) => el !== ''), SetupOpenVpn.SPAWN_SYNC_OPTIONS); | ||
`--key`, | ||
`"type"`, | ||
`type`, | ||
'--value', | ||
'"user_connect"', | ||
'user_connect', | ||
`UserPropPut` | ||
@@ -94,5 +94,5 @@ ].filter((el) => el !== ''), SetupOpenVpn.SPAWN_SYNC_OPTIONS); | ||
`--key`, | ||
`"prop_autologin"`, | ||
`prop_autologin`, | ||
'--value', | ||
'"true"', | ||
'true', | ||
`UserPropPut` | ||
@@ -99,0 +99,0 @@ ].filter((el) => el !== ''), SetupOpenVpn.SPAWN_SYNC_OPTIONS); |
{ | ||
"name": "openvpn-access-server-scripts", | ||
"version": "0.0.1-beta.5", | ||
"version": "0.0.1-beta.6", | ||
"description": "npm module containing 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
38099