Releases: xjasonlyu/tun2socks
Releases Β· xjasonlyu/tun2socks
v2.5.2
v2.5.1
What's Changed
- Feature: log support setting output by @myloft in #248
- CI: update golangci-lint config by @xjasonlyu in #251
- Fix: packets sending issue on certain Linux platform by @xjasonlyu in #254
- Fix: fix panic when unassigned reply code arrives. by @ghostiam in #255
New Contributors
Full Changelog: v2.5.0...v2.5.1
v2.5.0
Updates
- Feature: support route mark on FreeBSD & OpenBSD in 8d3c28a
- Feature: support bind to interface on windows by @nange in #192
- Feature: support tun pre & post command exec by @Jackarain in #233
- Fix: add enhance tcp relay/half-close by @nange in #219
- Fix: potential crash by bad UDP binding address in #238
- Chore: other bug fixes and performance improvement
New Contributors
- @nange made their first contribution in #192
- @Jackarain made their first contribution in #233
- @myloft made their first contribution in #156
Full Changelog: v2.4.1...v2.5.0
v2.4.1
Change
- Use gVisor default TCP buffer size: 1MiB
- Optimize
netstats
JSON encoding - Refactor symmetric NAT UDP module
- Bug fixes and performance improvement
Full Changelog: v2.4.0...v2.4.1
v2.4.0
Highlight
- Migrate to go 1.18
- Add
GOAMD64=v3
for modern CPU (detailed description can be found here)
Feature
- Support YAML format config file
- Add stack statistic API endpoint:
/netstats
- Add debug pprof API endpoint:
/debug/pprof/
- Add TCP args:
tcp-sndbuf
,tcp-rcvbuf
andtcp-auto-tuning
Change
- Change major version suffix to
v2
by @linfan in #88 - Optimize memory consumption
- Refactor modules/codes
- Bug fixes and performance improvement
New Contributor
Full Changelog: v2.3.2...v2.4.0
v2.3.2
v2.3.1-1
Feature
- Add
WINDOWS-ARM64
Platform Support - Add SOCKS5 over UDS (Unix Domain Socket) Support
Change
- Migrate to
go1.17
- Update gVisor module to
v0.0.0-20211002000755-82b90506164f
- Update wireguard-go module to
v0.0.0-20210927201915-bb745b2ea326
v2.3.1
Full Changelog: v2.3.0...v2.3.1
v2.3.0
Feature
- add
http://
proxy support with CONNECT method - add
socks4://
proxy support (UDP unsupported) - add
reject://
proxy support which would block all connections
Change
- update gVisor module to
v0.0.0-20210716193733-566c23a60eea
- update wireguard-go module to
v0.0.0-20210624150102-15b24b6179e0
- update other minor modules
- various improvement and bugfixes
v2.2.1
Changes
- Update Modules