Releases: xjasonlyu/tun2socks
Releases · xjasonlyu/tun2socks
v2.2.0
v2.1.5
Changes
- minor improvements
- update dependencies
v2.1.4
v2.1.3
Changes
- can use
-udp-timeout
to set UDP timeout now - fix udp timeout issue after sending each packet
- update dependencies
v2.1.2
Changes
- add 32bit support
v2.1.1
Changes
- build with Go1.16
- full 64bit support
- bug fixes
v2.1.0
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
- bug fixes
v2.1.0-beta3
- fwmark option support
- bug fixes
v2.1.0-beta2
v2.1.0-beta2
Major:
- Windows support (Wintun)
- Refactored code (DNS deprecated, use third-party instead)
Minor:
- Bug fixes
- Improvements