jotyGill / openpyn-nordvpn

Easily connect to and switch between, OpenVPN servers hosted by NordVPN on Linux (+patch leakes)
GNU General Public License v3.0
628 stars 114 forks source link

Allow username and password to be parameters #248

Open Craigsup opened 4 years ago

Craigsup commented 4 years ago

I'm trying to deploy this package via ansible but I can't seem to log in without bodging the code using my own fork which hard codes the username and password and removes the interactive terminal checks.

Can we add in username and password parameters for the --init?

Or if this is already available could someone let me know?

Many thanks