First version of nordvpn.el
This commit is contained in:
14
README.org
Normal file
14
README.org
Normal file
@@ -0,0 +1,14 @@
|
||||
#+TITLE: nordvpn.el
|
||||
#+AUTHOR: Lucien Cartier-Tilet
|
||||
#+EMAIL: lucien@phundrak.com
|
||||
#+DATE: 2021-03-13
|
||||
|
||||
~nordvpn.el~ is an Elisp interface to the ~nordvpn~ cli command available on
|
||||
GNU/Linux. It is currently in alpha stage, use it at your own risks.
|
||||
|
||||
These functions rely on the information found in the files pointed at by
|
||||
~auth-sources~. If you use a ~.authinfo~ file (or a ~.authinfo.gpg~ file), you
|
||||
should add the following line, modified of course with your own credentials.
|
||||
#+BEGIN_SRC text
|
||||
machine nordvpn login yourUsername password yourPassword
|
||||
#+END_SRC
|
||||
Reference in New Issue
Block a user