Skip to content

Commit

Permalink
Merge pull request #139 from dappnode/v0.2.4
Browse files Browse the repository at this point in the history
v0.2.4 Release
  • Loading branch information
eduadiez authored Nov 19, 2019
2 parents 43fd781 + 81d0b93 commit 1873bf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build/bin/ovpn_getclient
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ remote-cert-tls server
remote $OVPN_HOSTNAME $OVPN_PORT $OVPN_PROTO"

if [ -n "$OVPN_INTERNAL_IP" ]; then
echo "remote $OVPN_INTERNAL_IP $OVPN_PORT $OVPN_PROTO"
fi
if [ "$OVPN_PROTO" == "udp6" ]; then
echo "remote $OVPN_HOSTNAME $OVPN_PORT udp"
fi
Expand Down
2 changes: 2 additions & 0 deletions build/src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ if [ ! -f "${SALT_PATH}" ]; then
fi
OVPN_CN="${_DAPPNODE_GLOBAL_HOSTNAME}"
export OVPN_CN
OVPN_INTERNAL_IP="${_DAPPNODE_GLOBAL_INTERNAL_IP}"
export OVPN_INTERNAL_IP
echo "Initialized App"

# Initialize config and PKI
Expand Down
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vpn.dnp.dappnode.eth",
"version": "0.2.3",
"version": "0.2.4",
"description": "Dappnode package responsible for providing the VPN (OpenVPN) connection",
"avatar": "/ipfs/QmWwMb3XhuCH6JnCF6m6EQzA4mW9pHHtg7rqAfhDr2ofi8",
"avatar": "/ipfs/QmdTZF5oA5uVJ3CCJmfoMrjKvpkSLvoTZ2jZqVu9jxCEig",
"type": "dncore",
"image": {
"path": "",
Expand Down

0 comments on commit 1873bf3

Please sign in to comment.