Skip to content

Releases: xjasonlyu/tun2socks

v2.5.2

13 Nov 22:24
Compare
Choose a tag to compare

Bug Fixes

  • Fix: HTTP proxy basic auth error (#266)

v2.5.1

07 Jun 11:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

06 Apr 05:34
Compare
Choose a tag to compare

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

Full Changelog: v2.4.1...v2.5.0

v2.4.1

06 Apr 16:11
Compare
Choose a tag to compare

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

04 Apr 10:06
Compare
Choose a tag to compare

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 and tcp-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

01 Nov 06:20
Compare
Choose a tag to compare

Feature

  • Add FD driver support (#71)
  • Add wintun >= 0.14 support (#75)

Change

  • Build with go1.17.2
  • Update gVisor module to v0.0.0-20211029210705-806fa5c3235c
  • Update wireguard-go module to v0.0.0-20211030003956-52704c4b9288

v2.3.1-1

04 Oct 05:49
Compare
Choose a tag to compare

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

04 Oct 04:01
Compare
Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

v2.3.0

22 Jul 05:29
Compare
Choose a tag to compare

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

31 May 10:44
Compare
Choose a tag to compare

Changes

  • Update Modules