outline-vpn-api icon indicating copy to clipboard operation
outline-vpn-api copied to clipboard

A Python API wrapper for Outline VPN https://getoutline.org/

Results 4 outline-vpn-api issues
Sort by recently updated
recently updated
newest added

This pull request introduces new functionalities to the Outline VPN API wrapper, aiming to improve its usability and management capabilities for Outline VPN servers. Specifically, the following functions have been...

test setup failed @pytest.fixture def client() -> OutlineVPN: """This generates a client from the credentials provided in the environment""" > install_log = open("outline-install.log", "r").read() E FileNotFoundError: [Errno 2] No such...

**Goal**: create a convenient class to manage multiple VPN servers wrapped in the outline-vpn-api class, without worrying about servers that suddenly stop working and distributing users across servers. Additionally, there...