Skip to content

New features and braking changes

Latest

Choose a tag to compare

@serjs serjs released this 07 Oct 10:10
· 3 commits to master since this release

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.