Skip to content

Releases: serjs/socks5-server

New features and braking changes

07 Oct 10:10

Choose a tag to compare

Important: ⚠️ Starting with this release, the proxy requires authentication by default. The REQUIRE_AUTH parameter is now set to true by default. Please refer to the documentation for details on this change.

Changed

Added

  • Added REQUIRE_AUTH parameter with a default value of true to enforce authentication for the proxy.
  • Added ALLOWED_DEST_FQDN config environment parameter for filtering destination FQDNs based on regex patterns.
  • Added SetIPWhitelist config environment parameter for setting a whitelist of IP addresses allowed to use the proxy connection.
  • Implemented Dependabot version updates automation.

Minor updates

07 Jul 16:21

Choose a tag to compare

Since this update

  • goland and golang modules methods
  • add TZ env variable to main scratch image, images size changes up to ~300kb

More in changelog

v0.0.2

21 Mar 19:42

Choose a tag to compare

Details in changelog

First

24 Apr 17:44
e321695

Choose a tag to compare

  • Optional auth
  • Vendoring
  • Cleaning IDE files
  • Multistage docker builds