Releases: SloCompTech/docker-openvpn
Releases · SloCompTech/docker-openvpn
Rewrite
Full fix armhf build
Fully fixed armhf builds
Fixed armhf
Added missing argument to build hook so now correctly builds armhf
Improved IPv6 support & finalized client mode support
- 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
- Added
TUNNEL_INTERFACE
to set interface name (in case of multiple containers) - Some fixes for general user
- Changed generation of
include-conf.conf
todynamic.conf
Fix service start
Merge pull request #5 from SloCompTech/develop Fix service start
Partial rewrite
- Moved
/config/hooks
to/config/openvpn/hooks
- Renamed
/config/openvpn/server
toconfig
- 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
- Added missing
DNS
keyword to dhcp-option in example configs - Removed
ping
from client config in examples, becausekeepalive
is set on a server
Bugfix, finish hook, persistent interface, no firewall ...
- 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
- Added instructions for IPv6 configuration
- Added outside interface option to setup wizards
- Added some links to documentation