Skip to content

Commit

Permalink
added readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
vfosterm committed Jan 13, 2019
1 parent ee09411 commit 8ecfed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#NordVPN Network Manager GUI
# NordVPN Network Manager GUI
![Login Screen](./screenshots/loginscreen.png)
![Main Screen](./screenshots/mainscreen.png)
####About
#### About
NordVPN Network Manager GUI is a graphical frontend for both NordVPN and the system Network Manager.
All connections are handled directly by the network manager and user secrets are only stored in memory before being passed to the Network Manager.
Currently it operates 100% as a user process with no need for root privileges.

This project was inspired by [NordVPN-NetworkManager](https://github.com/Chadsr/NordVPN-NetworkManager) by Chadsr. Many thanks for the code and knowledge that they published into the public domain.

####Features
#### Features
* Light - Uses the system Network Manager, application doesn't need to be running
* Clean - All configuration files are deleted after disconnection
* Secure - User secrets are passed directly from memory to the Network manager, root access is not required
* Powerful - Supports a variety of different protocols and server types with more on the way.

####Known Issues
#### Known Issues
* Auto connect not yet completed
* Randomize MAC not yet completed
* Kill Switch not yet completed
Expand Down

0 comments on commit 8ecfed7

Please sign in to comment.