Releases: Salvoxia/docker-openvpn-tap
Releases · Salvoxia/docker-openvpn-tap
v0.10.0
What's Changed
- Enhancement: Respect existing bridges
When specifying an existing bridge interface, the container will now check if the host network interface to bridge is already part of that bridge. The container will take note of the network situation at startup and only revert at shutdown what it changed during startup. - Enhancement: Bridge Setup with
iproute2
Bridge setup is now performed using theip
utility only and no longer relies onbridge-utils
orifconfig
- Changed container to Semantic Versioning Scheme
Deprecation Notice
When generating the OpenVPN configuration, ---bridge-eth-broadcast
is no longer needed or supported. It will be removed in a future version.
Full Changelog: 0.9...0.10.0
0.9
Maintenance Release
Documentation Updates
- Fix typo by @greatbody in #11
- Fix typo and add QA item by @greatbody in #12
New Contributors
- @greatbody made their first contribution in #11
Full Changelog: 0.8...0.9
0.8
0.7
0.6
0.5
Fixes
#1 ovpn_initpki script : error with touch command
#2 openvpn.conf: line 1 server-bridge option has missing or extra parameters.
Features
- Added container properly cleaning up the bridge and routing tables on shutdown
Misc
- Updated README to mention incompatibility of TAP mode with NetworkManager on the host