Skip to content

Releases: hexian000/neosocksd

neosocksd v1.1.2

04 Nov 09:16
Compare
Choose a tag to compare

Major changes since v1.1.1:

  1. [server] Fix possible error when setting a high startup limit.
  2. [ruleset] Optimize performance and error handling.
  3. [app] Notify systemd about service status.
  4. [app] Split the proxy command line argument as -x.
    neosocksd -l :12345 -f 203.0.113.1:12345 -x socks4a://192.168.1.1:1080
  5. [build] Support Android.

neosocksd.noarch.tar.gz contains example scripts to use with neosocksd.

Full Changelog: v1.1.1...v1.1.2

neosocksd v1.1.1

07 Oct 12:49
Compare
Choose a tag to compare

This is a bugfix release.

neosocksd.noarch.tar.gz contains example scripts to use with neosocksd.

Full Changelog: v1.1...v1.1.1

neosocksd v1.1

28 Sep 13:22
Compare
Choose a tag to compare

Major changes since v1.0.2:

  1. [resolver] Add asynchronous name resolver.
  2. [forward] Support forwarding over proxy chain.
    neosocksd -l :12345 -f 203.0.113.1:12345,socks4a://192.168.1.1:1080
  3. [tproxy] Support ruleset in transparent proxy.
  4. [ruleset] Add regex support to Lua.
    regex.compile([[\.example\.(com|org)$]]):match("www.example.com")
  5. [libruleset] Matchers now accept table argument to match big list efficiently.
  6. [server] Enable TCP Fast Open (RFC 7413) by default when available.

neosocksd.noarch.tar.gz contains example scripts to use with neosocksd.

Full Changelog: v1.0.2...v1.1

neosocksd v1.0.2

23 Jul 04:50
Compare
Choose a tag to compare
  1. [build] Fix incorrect linkage.
  2. [dialer] Fix race condition in proxy handshake.
  3. [http] Upgrade to HTTP/1.1.
  4. [ruleset] More informative examples.
  5. [server] Add harden options.

neosocksd.noarch.tar.gz contains example scripts to use with neosocksd.

Full Changelog: v1.0.1...v1.0.2

neosocksd v1.0.1

24 Jun 04:03
Compare
Choose a tag to compare
  1. [build] Fix incorrectly built binaries.
  2. [ruleset] Log ruleset error details.
  3. [server] Better stats format.
  4. [server] Add an option -d to run in background.
  5. [locale] Fix unicode character not printed to terminal.

neosocksd.noarch.tar.gz contains example scripts to use with neosocksd.

Full Changelog: v1.0...v1.0.1

neosocksd v1.0

04 Jun 04:08
Compare
Choose a tag to compare

Initial release.

neosocksd.noarch.tar.gz contains some handy scripts to use with neosocksd.

neosocksd v1.0-rc1

22 Apr 06:02
Compare
Choose a tag to compare
neosocksd v1.0-rc1 Pre-release
Pre-release
forward: remove tproxy

Signed-off-by: hexian000 <[email protected]>