Releases: stevenengler/socksns
0.4.0
Added a new --netns
option which allows you to proxy connections from existing network namespaces, and added ARM build target support.
Full Changelog: v0.3.3...v0.4.0
0.3.3
Updated dependencies to their latest versions.
Full Changelog: v0.3.2...v0.3.3
0.3.2
Updated dependencies to their latest versions, added a --version
flag, and lowered the log level of some warnings.
Full Changelog: v0.3.1...v0.3.2
0.3.1
Updated the default proxy address to 127.0.0.1:9050
instead of [::1]:9050
so that the default works with tor's SocksPort
, which only listens on the IPv4 address by default.
Full Changelog: v0.3.0...v0.3.1
0.3.0
Added CLI options, including an option to set the local and external ports.
Full Changelog: v0.2.1...v0.3.0
0.2.1
Updated dependencies to latest versions.
Full Changelog: v0.2.0...v0.2.1
0.2.0
The namespace creation process has been simplified. The code is much simpler now, doesn't create any extra processes, and no longer depends on 'uidmap' or the existence of subuids. A few Cargo dependencies were also removed.
Full Changelog: v0.1.1...v0.2.0
0.1.1
Removed the dependence on the ip
command.
Full Changelog: v0.1.0...v0.1.1
0.1.0
Initial release.