Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openvpn-access-server-scripts

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openvpn-access-server-scripts - npm Package Compare versions

Comparing version 0.0.1-beta.5 to 0.0.1-beta.6

2

dist/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc