Skip to content

Bash scripts: downloading, parsing, adding connections in network manager

License

Notifications You must be signed in to change notification settings

SunnyWolf/VPNGate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VPNGate

Update.sh

The script downloads list of servers, parsing it and saves config files '.ovpn' + keys 'key.pem, ca.pem, cert.pem' .

Requirements:

  • wget
  • notify-send

Set.sh

The script takes argument 'Country-Short'. It looks for servers in config's directory and add openvpn connections in network manager.

Usage: sudo set.sh '[Country-Short]' or gksu set.sh '[Country-Short]'

Requirements:

  • sudo | gksu
  • nmcli (NetworkManager)
  • notify-send

About

Bash scripts: downloading, parsing, adding connections in network manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages