Skip to content

Commit

Permalink
Release: openvpn-connector-setup v6
Browse files Browse the repository at this point in the history
* Added --version option

* Exit with exit code 1 when interrupting the token retrieval
  from console

* Added polkit privilege check to see if the running user
  is allowed to manage systemd unit files.  If true, the
  downloaded VPN profile will now be started automatically
  by default, also for limited privileged users.

* Updated the base URL for the CloudConnexa API service.
  The override environment variable has been renamed to
  CLOUDCONNEXA_BASEURL.

* Internal/debug variables has been renamed from
  OPENVPN_CLOUD_ to OPENVPN_CONNECTOR_.  To enable
  debugging, the OPENVPN_CONNECTOR_DEBUG environment
  variable must be set instead.

Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
dsommers committed May 22, 2023
1 parent 4bc5bea commit d93b5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# Copyright (C) 2020 - 2023 David Sommerseth <[email protected]>
#

ocs_version='5'
ocs_version='6'

0 comments on commit d93b5ef

Please sign in to comment.