Releases: wfg/docker-openvpn-client
Releases · wfg/docker-openvpn-client
v3.1.0
Version 3.1.0 - 2022-06-30
Changed
KILL_SWITCH
now requires iptables
or nftables
to be enabled. It defaults to iptables
. See documentation for more information.
Added
- Modified OpenVPN configuration file cleanup function.
v3.0.0
Version 3.0.0 - 2022-06-14
Changed
- Refactored scripts
- Renamed a lot of variables (PLEASE see docs)
- Updated logic used to select the OpenVPN configuration file
- Switched to
nftables
- Updated to Alpine 3.16
- Fixed outdated proxy configuration files
v2.0.0
Changed
OPENVPN_AUTH_SECRET
changed to VPN_AUTH_SECRET
for consistency.
Fixed
- Commented remotes are no longer processed.
v1.2.1
- Fix iptables rules in case default OpenVPN port or proto is used (#35) (Thanks, @peterisr!)
v1.2.0
- Update base image to use Alpine 3.14 (#32) (Thanks @dngray!)
- Add
VPN_CONFIG_FILE
option for specifying a VPN configuration file when multiple are present (#25) (Thanks @dngray!)
v1.1.0
- Adds ability to specify auth file at container creation (#28) (Thanks @Toanzzz!)
- Adds support for Docker secrets (#27)
- Switches to use
dante-server
package from the Alpine package repository (#24) (Thanks @dngray!)