Skip to content

v1.1

Compare
Choose a tag to compare
@matevzmihalic matevzmihalic released this 08 Mar 20:28
· 2 commits to master since this release
da859b6

Change log

  • Improved error logging
  • Reduced binary size
  • Use flags for parameters
    • -a for API key
    • -c for Authy config file

Upgrade instructions

  1. Edit your OpenVPN server config and add -a in front of your Authy API key.

Before:

plugin /opt/goauthy/auth_script.so /opt/goauthy/go-authy-openvpn <authy_api_key>

Now:

plugin /opt/goauthy/auth_script.so /opt/goauthy/go-auhty-openvpn -a <authy_api_key>
  1. Replace go-authy-openvpn binary with the new one
  2. Restart OpenVPN