Skip to content

Releases: xjasonlyu/tun2socks

v2.2.0

13 May 08:59
Compare
Choose a tag to compare

Changes

  • Fix panic (#49)
  • Fix other bugs
  • Update modules/packages
  • Replace with official gVisor TCP/IP stack

v2.1.5

28 Mar 06:56
Compare
Choose a tag to compare

Changes

  • minor improvements
  • update dependencies

v2.1.4

03 Mar 06:35
Compare
Choose a tag to compare

Changes

  • Fix MTU issue on some platform (#33)
  • Try to fix panic on 32bit machine (#34, #35)
  • Socks5 log improvements
  • Minor bug fixes

v2.1.3

27 Feb 07:06
Compare
Choose a tag to compare

Changes

  • can use -udp-timeout to set UDP timeout now
  • fix udp timeout issue after sending each packet
  • update dependencies

v2.1.2

17 Feb 09:56
Compare
Choose a tag to compare

Changes

  • add 32bit support

v2.1.1

17 Feb 08:30
Compare
Choose a tag to compare

Changes

  • build with Go1.16
  • full 64bit support
  • bug fixes

v2.1.0

13 Feb 05:30
Compare
Choose a tag to compare

Major

  • support windows via wintun
  • can set fwmark for linux
  • refactored whole project
  • deprecated DNS module

Minor

  • udp timeout now defaults to 60s
  • a little bug fixes👀
  • a little improvements😎

v2.1.0-rc1

12 Feb 06:49
Compare
Choose a tag to compare
v2.1.0-rc1 Pre-release
Pre-release
  • bug fixes

v2.1.0-beta3

10 Feb 10:46
Compare
Choose a tag to compare
v2.1.0-beta3 Pre-release
Pre-release
  • fwmark option support
  • bug fixes

v2.1.0-beta2

07 Feb 07:01
Compare
Choose a tag to compare
v2.1.0-beta2 Pre-release
Pre-release

v2.1.0-beta2

Major:

  • Windows support (Wintun)
  • Refactored code (DNS deprecated, use third-party instead)

Minor:

  • Bug fixes
  • Improvements