Skip to content

Releases: jeremy-sylvis/docker-deluge-openvpn

v1.1.2: Resolve some python issues from Ubuntu updates

22 Feb 07:35
9449108

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1: Performance tweak & tag workflow fix

06 Aug 05:24
b919b21

Choose a tag to compare

What's Changed

Tweaks & Bugfixes

  • Detection of OpenVPN initialization will avoid excessive grep calls after successful detection

GitHub

  • Correct the Docker Hub repository used for images built/pushed from the tag workflow

Full Changelog: v1.1.0...v1.1.1

v1.1.0: Wide-reaching updates; support post-init scripts

06 Aug 05:21
924a929

Choose a tag to compare

What's Changed

Features

  • This container now uses the newer Deluge 2.1.1 from source in order to resolve rejection by some private trackers e.g. MyAnonamouse.
  • This container is now built upon Ubuntu 22.04 instead of Ubuntu 18.04, and with that, includes a slew of newer dependent packages e.g. OpenVPN.
  • This container now supports the execution of a script after initialization of OpenVPN (e.g. when the VPN tunnel has been established, routes have been added, and traffic can flow through) in order to support the "in-tunnel" authentication challenges required by some private trackers e.g. MyAnonamouse.

Tweaks & Bugfixes

  • The OpenVPN config modification script handles removal of the deprecated --cipher parameter and, accordingly, defines --data-ciphers-fallback BF-CBC in order to maintain compatibility.
  • When using OVERRIDE_DNS, the OpenVPN config modification script now appends pull-filter ignore "dhcp-option DNS" in order to reject remote DNS push.
  • The README now highlights the behavior of OVERRIDE_DNS and this tweak.

GitHub

  • The CI build filters now correctly detect children of /root
  • A manual build/deploy workflow has been added in order to enable progress even when facing issues with the ~20-minute build

New Contributors

Full Changelog: https://github.com/jeremy-sylvis/docker-deluge-openvpn/commits/v1.1.0