Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 817 Bytes

A python QT5 GUI for openvpn3 backend.

This application seeks to provide a basic/minimalistic GUI for openvpn3 CLI using Python & QT5.

Eventually it will be cross-platform but for now its Linux only.
Plans to upload the initial stable(ish)1 version, then go from there. (Python code not built yet)
Going to implement openvpn3 python API and DBUS functionality eventually also (For now it uses system CLI calls)

Basic features so far:
Connection & Disconnection.
VPN Connection Status
WAN IP checker
Manual Profile Select & Connect
CLI Args (Profile Select)
Config File/ConfigParser

Footnotes

  1. Note, this is in active development and may become unstable.
    If you download this source code expect bugs XD.