You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor code, to split NordAPI/OpenVPN/Application itself as self-sustained chunks of the application and let another people to write interfaces to their own VPN providers
The text was updated successfully, but these errors were encountered:
This is already quite separated. I think the only thing that depends on the NordVPN API itself is nord/api.py, which provides the Client class. Similarly, the OpenVPN part is entirely contained in nord/vpn.py.
When using the command line interface the choice of using the Nord client is currently hardcoded, but this would not be a very big change to have this configurable. The work would be writing a Client class that interacts with the VPN service of choice.
Refactor code, to split NordAPI/OpenVPN/Application itself as self-sustained chunks of the application and let another people to write interfaces to their own VPN providers
The text was updated successfully, but these errors were encountered: