neosocksd v1.1
Major changes since v1.0.2:
- [resolver] Add asynchronous name resolver.
- [forward] Support forwarding over proxy chain.
neosocksd -l :12345 -f 203.0.113.1:12345,socks4a://192.168.1.1:1080
- [tproxy] Support ruleset in transparent proxy.
- [ruleset] Add regex support to Lua.
regex.compile([[\.example\.(com|org)$]]):match("www.example.com")
- [libruleset] Matchers now accept table argument to match big list efficiently.
- [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