Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Releases: wfg/docker-openvpn-client

v3.1.0

03 Jul 00:07
@wfg wfg
Compare
Choose a tag to compare

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

15 Jun 01:10
@wfg wfg
Compare
Choose a tag to compare

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

03 Jan 04:28
@wfg wfg
Compare
Choose a tag to compare

Changed

  • OPENVPN_AUTH_SECRET changed to VPN_AUTH_SECRET for consistency.

Fixed

  • Commented remotes are no longer processed.

v1.2.1

09 Nov 02:36
@wfg wfg
Compare
Choose a tag to compare
  • Fix iptables rules in case default OpenVPN port or proto is used (#35) (Thanks, @peterisr!)

v1.2.0

17 Jul 12:15
@wfg wfg
a6f812c
Compare
Choose a tag to compare
  • 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

11 Jun 12:35
@wfg wfg
78637fc
Compare
Choose a tag to compare
  • 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!)

v1.0.1

27 Mar 15:45
@wfg wfg
Compare
Choose a tag to compare
  • Fix #14
  • Setup linting