Skip to content

Commit

Permalink
Release: openvpn-connector-setup v4
Browse files Browse the repository at this point in the history
This release adds two new arguments to openvpn-connector-setup

* --dco
  This sets the Data Channel Offload flag to the imported configuration
  profile.  This will enable kernel acceleration automatically when the
  configuration profile is started.  This will require the ovpn-dco
  kernel module to be available when starting the session, otherwise
  the connection may fail.

* --force
  When using this option, existing configuration profiles will be
  overwritten instead of bailing out with a duplication error.

Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
dsommers committed Jan 16, 2023
1 parent c0935f0 commit 5b63a9f
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='3'
ocs_version='4'

0 comments on commit 5b63a9f

Please sign in to comment.