Skip to content

Releases: lorival/barracuda-vpn-encrypted-automated-scripts

Credentials improvements

12 Sep 09:49
Compare
Choose a tag to compare

Bug fixes

  • Fix the problem that saves credentials file in the same repository and vpn command doesn't work in any other folder. Now the credentials file is saved in the home folder ~/.barracuda-vpn and sent to vpn-open by parameter, not hardcoded;

Improvements

  • Join the user and password credential in just one file called credentials;
  • Change the permission of key and credentials just to read;
  • Create a new make function to show-credentials;

Documentation

  • Add in the documentation how to configure the server url and added the ohmyzsh as prerequisites;

First version

10 Sep 22:47
Compare
Choose a tag to compare
  • Created the scripts to open, close and check-status
  • Create a makefile to install barracuda-vpn, generate the key and the credential files, test the connection, configure the bash and remove all files
  • Create basic documentation to understand how to use it