OpenVPN / openvpn3-linux

OpenVPN 3 Linux client
GNU Affero General Public License v3.0
547 stars 142 forks source link

where is the front end? #115

Closed DanTaranis closed 2 years ago

DanTaranis commented 2 years ago

under the front end section you supply cli code? where is the front end like in windows and mac?

dsommers commented 2 years ago

Currently, openpvn3-linux only provides a command line interfaces (openvpn3, openvpn2 and the openvpn3-session@.service unit file) as the front-ends.

We do have NetworkManager integration on our TODO list (#46), and it is possible to write other front-ends as well without needing to dive too much into the lower level OpenVPN integration, as the OpenVPN 3 Linux project provides services accessible via D-Bus to manage configuration profiles and VPN sessions. And it can be written in any language with a D-Bus integration.

dsommers commented 2 years ago

JFTR, this was closed as it is a duplicate of #46, #105 and your prior issue ticket #111.