Skip to content

Releases: 3fs/go-authy-openvpn

v1.2

12 Mar 09:00
11b0f43
Compare
Choose a tag to compare

Changelog

  • Added option to display location in OneTouch requests

Upgrade instructions

  • Replace go-authy-openvpn binary with the new one
  • Add -g <path to geolite2 db> flag if you want to enable location support

v1.1

08 Mar 20:28
da859b6
Compare
Choose a tag to compare

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

v1.0

28 Nov 14:33
2542368
Compare
Choose a tag to compare
Fix release link