Skip to content

Commit 1873bf3

Browse files
authored
Merge pull request #139 from dappnode/v0.2.4
v0.2.4 Release
2 parents 43fd781 + 81d0b93 commit 1873bf3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

build/bin/ovpn_getclient

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ remote-cert-tls server
3939
4040
remote $OVPN_HOSTNAME $OVPN_PORT $OVPN_PROTO"
4141

42+
if [ -n "$OVPN_INTERNAL_IP" ]; then
43+
echo "remote $OVPN_INTERNAL_IP $OVPN_PORT $OVPN_PROTO"
44+
fi
4245
if [ "$OVPN_PROTO" == "udp6" ]; then
4346
echo "remote $OVPN_HOSTNAME $OVPN_PORT udp"
4447
fi

build/src/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if [ ! -f "${SALT_PATH}" ]; then
1414
fi
1515
OVPN_CN="${_DAPPNODE_GLOBAL_HOSTNAME}"
1616
export OVPN_CN
17+
OVPN_INTERNAL_IP="${_DAPPNODE_GLOBAL_INTERNAL_IP}"
18+
export OVPN_INTERNAL_IP
1719
echo "Initialized App"
1820

1921
# Initialize config and PKI

dappnode_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vpn.dnp.dappnode.eth",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Dappnode package responsible for providing the VPN (OpenVPN) connection",
5-
"avatar": "/ipfs/QmWwMb3XhuCH6JnCF6m6EQzA4mW9pHHtg7rqAfhDr2ofi8",
5+
"avatar": "/ipfs/QmdTZF5oA5uVJ3CCJmfoMrjKvpkSLvoTZ2jZqVu9jxCEig",
66
"type": "dncore",
77
"image": {
88
"path": "",

0 commit comments

Comments
 (0)