Releases: serjs/socks5-server
Releases · serjs/socks5-server
New features and braking changes
Important: REQUIRE_AUTH parameter is now set to true by default. Please refer to the documentation for details on this change.
Changed
- Migrated to a distroless Docker image from scratch.
- Moved go-socks5 to a modified forked repository at https://github.com/serjs/go-socks5 as a dependency.
Added
- Added
REQUIRE_AUTHparameter with a default value oftrueto enforce authentication for the proxy. - Added
ALLOWED_DEST_FQDNconfig environment parameter for filtering destination FQDNs based on regex patterns. - Added
SetIPWhitelistconfig environment parameter for setting a whitelist of IP addresses allowed to use the proxy connection. - Implemented Dependabot version updates automation.
Minor updates
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