Releases: 3fs/go-authy-openvpn
Releases · 3fs/go-authy-openvpn
v1.2
v1.1
Change log
- Improved error logging
- Reduced binary size
- Use flags for parameters
-a
for API key-c
for Authy config file
Upgrade instructions
- 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>
- Replace
go-authy-openvpn
binary with the new one - Restart OpenVPN
v1.0
Fix release link