Skip to content

Commit

Permalink
Release: openvpn-connector-setup v3
Browse files Browse the repository at this point in the history
This release switches from using openvpn3-autoload to using the systemd
[email protected] unit by default.  This results in a few
different behaviours.

  - Downloaded configuration profiles are imported directly into the
    OpenVPN 3 Configuration Manager service instead of saving it to a
    file under /etc/openvpn3/autoload.  The imported profile will
    be stored as a persistent configuration profile.

  - By default, the imported configuration profile will be started via
    the [email protected] unit.  If the --name
    argument was provided, that will be used instead of 'OpenVPNCloud'.

* New option: --mode <systemd-unit | autoload>
  The default mode is 'systemd-unit'.  To switch back to the old
  behaviour, the 'autoload' mode can be used.  The autoload mode
  will save the downloaded configuration file to /etc/openvpn3/autoload
  and create the affiliated .autoload configuration.  The
  openvpn3-autload.service unit is also started.

* Renamed --no-systemd to --no-start
  This option disables starting the VPN connection after the import.
  In systemd-unit mode, that means the [email protected] unit
  is not started.  For autoload mode, the openvpn3-autoload.service is
  not started.

* Renamed --config-filename to --autoload-file-prefix
  The new option indicates better that this only impacts the autoload
  mode and the files which is created.

Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
dsommers committed Jun 1, 2022
1 parent 4cb1039 commit 6d16e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

ocs_version='2'
ocs_version='3'

0 comments on commit 6d16e0a

Please sign in to comment.