Skip to content

Releases: Aeron/socks5-dante-proxy

24.1

06 Jul 04:46
Compare
Choose a tag to compare

Fixed

  • Container running command examples (in the documentation) (by @nv30 in #11)
  • Entrypoint’s password argument handling (by @nv30 in #11)

24.0

21 Feb 22:07
Compare
Choose a tag to compare

This release should not break anything that already works, but be cautious and ensure everything is in order before the update.

Since the container no longer manages the default user, you probably want to be sure that /etc/passwd is preserved. But you can always create the same user and re-mount an existing /etc/shadow file after.

Added

  • The /srv/entrypoint.sh script;
  • The add-user command;
  • The del-user command.

Removed

  • The generate.sh script.

Changed

  • The /etc files are handled by the container image directives now;
  • The /etc/sockd.conf became a symlink to the /srv/dante.conf;
  • The container image no longer adds the default user on build;
  • The container image command and entry point.

22.0

17 Mar 17:44
Compare
Choose a tag to compare

First (CalVer) numbered release. The current version of dante is 1.4.2.

Added

  • GitHub workflow for an image building and publishing;
  • @dependabot configuration.

Changed

  • Base image changed to bitnami/minideb:bullseye;
  • README updated.

Removed

  • Image argument to generate a password during an image building.