Skip to content

Releases: stevenengler/socksns

0.3.3

02 Feb 04:17
Compare
Choose a tag to compare

Updated dependencies to their latest versions.

Full Changelog: v0.3.2...v0.3.3

0.3.2

30 Oct 23:35
Compare
Choose a tag to compare

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

25 Jul 01:46
Compare
Choose a tag to compare

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

24 Jul 21:54
Compare
Choose a tag to compare

Added CLI options, including an option to set the local and external ports.

Full Changelog: v0.2.1...v0.3.0

0.2.1

28 Feb 20:36
Compare
Choose a tag to compare

Updated dependencies to latest versions.

Full Changelog: v0.2.0...v0.2.1

0.2.0

27 Nov 04:55
Compare
Choose a tag to compare

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

24 Nov 03:13
Compare
Choose a tag to compare

Removed the dependence on the ip command.

Full Changelog: v0.1.0...v0.1.1

0.1.0

23 Nov 01:25
Compare
Choose a tag to compare

Initial release.