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
-afor API key-cfor Authy config file
Upgrade instructions
- Edit your OpenVPN server config and add
-ain 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-openvpnbinary with the new one - Restart OpenVPN
v1.0
Fix release link