Skip to content

neosocksd v1.1

Compare
Choose a tag to compare
@hexian000 hexian000 released this 28 Sep 13:22
· 634 commits to master since this release

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