Skip to content

openpyn 2.1.1

Compare
Choose a tag to compare
@jotyGill jotyGill released this 07 Dec 05:30
· 521 commits to master since this release
ed5fade

2.1.1 Bug Fix Release:

fixed bug that stopped failover to next server. #74

New Features , Improvements in 2.1.0

  • Now the --init installs it as a systemd service as well. And we get the benefit of dynamically changing that config file if you run openpyn with -d switch. so if you feel like you want to change the country and some options in your openpyn.service you run.
  • 'sudo openpyn au -p 5 -d' for example, will update the systemd service file, reload systemd, and also run openpyn (systemctl start openpyn). To check VPN status run "systemctl status openpyn" #62
  • On Arch install with yaourt. thanks to https://github.com/Ubermensch85 #58
  • Should work on MacOS as well! #71
  • UDP-1194 is the new default port for faster speeds. You can use TCP-443 instead with the "--tcp" switch.

Bug Fixes in 2.1.0

  • sleep for 0.1 second b/t every request to google's API #64 #68
  • Better output, error handling #66
  • if vpn config not found suggest to 'openpyn --update' #57