Skip to content

Commit 3381cfe

Browse files
Add localhost as an additional connection target in client config
1 parent 7aea7c1 commit 3381cfe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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+
# Always include localhost as an additional connection target
43+
echo "remote localhost $OVPN_PORT $OVPN_PROTO"
44+
4245
if [ -n "$DAPPNODE_INTERNAL_IP" ]; then
4346
echo "remote $DAPPNODE_INTERNAL_IP $OVPN_PORT $OVPN_PROTO"
4447
fi

0 commit comments

Comments
 (0)