Skip to content

Releases: SloCompTech/docker-openvpn

Rewrite

23 Mar 08:47
3
c0b88a4
Compare
Choose a tag to compare
  • Changed FS structure
  • Rewritten helper scripts
  • Reorganized examples
  • Added Site-to-site example
  • Removed compression from examples
  • Switched to bash wizards
  • Added auth-pass-verify example script

Full fix armhf build

04 Aug 18:05
01cd623
Compare
Choose a tag to compare

Fully fixed armhf builds

Fixed armhf

04 Aug 17:46
2.0.4
102a235
Compare
Choose a tag to compare

Added missing argument to build hook so now correctly builds armhf

Improved IPv6 support & finalized client mode support

31 Jul 14:17
ad6fefc
Compare
Choose a tag to compare
  • Added some IPv6 settings to examples
  • Sleep interval on crash
  • Outsourced server specific config to system-server.conf
  • Added parameter MODE so you can choose client mode instead of server (to not include server specific options)

Added multi-instance support

30 Jul 13:53
00e1d13
Compare
Choose a tag to compare
  • Added TUNNEL_INTERFACE to set interface name (in case of multiple containers)
  • Some fixes for general user
  • Changed generation of include-conf.conf to dynamic.conf

Fix service start

30 Jul 11:46
4466d55
Compare
Choose a tag to compare
Merge pull request #5 from SloCompTech/develop

Fix service start

Partial rewrite

29 Jul 23:17
870815d
Compare
Choose a tag to compare
  • Moved /config/hooks to /config/openvpn/hooks
  • Renamed /config/openvpn/server to config
  • Changed base image to slocomptech/baseimage-alpine
  • Moved all helper scripts to /root/usr/local/bin
  • Got rid of bash lib files
  • Hiearhicaly moved all commands under the hood of ovpn command
  • Improved backup command
  • Added restore command
  • Changed base image
  • Added armhf build

Bugfix in examples

23 Jun 21:46
1.0.6
6f3366c
Compare
Choose a tag to compare
  • Added missing DNS keyword to dhcp-option in example configs
  • Removed ping from client config in examples, because keepalive is set on a server

Bugfix, finish hook, persistent interface, no firewall ...

02 May 01:09
1.0.5
02206cc
Compare
Choose a tag to compare
  • Fixed bug when running hooks (#3)
  • Added finish hook (which runs just before container exit)
  • Added persistent interface option, so interface is persistently present on device (if using host networking mode) and firewall setup rules are executed only once (no ip tables mess) (#1)
  • Logging chaned to stdout, no more log file by default
  • Added firewall disable feature to disable all firewall related modifications
  • Added ìp6tables & more permissions to ip utils
  • Run OpenVPN only if config is present in /config/openvpn/server else sleep forever until config was setup & CONTAINER RESTART

IPv6 docs, improved wizards

29 Apr 08:37
1.0.4
05d8cb3
Compare
Choose a tag to compare
  • Added instructions for IPv6 configuration
  • Added outside interface option to setup wizards
  • Added some links to documentation