File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ remote-cert-tls server
3939
4040remote $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
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ if [ ! -f "${SALT_PATH}" ]; then
1414fi
1515OVPN_CN=" ${_DAPPNODE_GLOBAL_HOSTNAME} "
1616export OVPN_CN
17+ OVPN_INTERNAL_IP=" ${_DAPPNODE_GLOBAL_INTERNAL_IP} "
18+ export OVPN_INTERNAL_IP
1719echo " Initialized App"
1820
1921# Initialize config and PKI
Original file line number Diff line number Diff line change 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" : " " ,
You can’t perform that action at this time.
0 commit comments