github.com/serjs/socks5-server
v0.0.4
#1547 most downloaded on Go modules
serjs/socks5-server
What this package is like to depend on
Last release 10 months ago
07 Oct 2025
Ships fairly regularly
a new release about every 2.1 years
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
5 releases · first in 2018
2 releases in the last 12 months
see the full history below
Release timeline
5 releases · Apr 2018 to Oct 2025Releases
latest 5-
v0.0.5-0.20251007101058-f1cd03ff761407 Oct 2025 pre-releaseNothing published for this version
-
v0.0.425 Sep 2025Release notes
Open source →Important: :warning: Starting with this release, the proxy requires authentication by default. The
REQUIRE_AUTHparameter is now set totrueby 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.
-
v0.0.4-0.20230312230625-d0347549a4ec12 Mar 2023 pre-releaseNothing published for this version
-
v0.0.307 Jul 2021Release notes
Open source →Added
- TZ env varible support for scratch image
Changed
- Update golang to 1.16.5
- Migrate to go module
-
v0.0.124 Apr 2018Release notes
Open source →Added
- Optional auth
Changed
- Golang vendoring
- Change Dockerfile for multistage builds with final scratch image
Removed
- IDE files