← Package directory
Available on winget

Install tun2socks

tun2socks - powered by gVisor TCP/IP stack

Install with winget
winget install --id xjasonlyu.tun2socks
Upgrade
winget upgrade --id xjasonlyu.tun2socks
Uninstall
winget uninstall --id xjasonlyu.tun2socks

About tun2socks

tun2socks - powered by gVisor TCP/IP stack

What's new in v2.7.0

What's Changed Features - Feature: use pflag as drop-in replacement by @xjasonlyu in #513 - Feature(proxy): support ssh proxy protocol by @xjasonlyu in #519 - Feature: support custom ICMP message handling by @nange in #521 Fixes - Fix: update gVisor dependency and modify UDP handler to return a boolean by @SuzukiHonoka in #487 - Fix: crash on multiple start/stop due to FD being closed twice by @vecljox in #495 - Fix(log): set log level for glog by @xjasonlyu in #511 - Fix(stack): respond to ICMPv4 echo messages by @xjasonlyu in #514 - Fix: icmp interface binding by @nange in #524 - Fix(build): remove unsupported windows/arm32 target by @xjasonlyu with @Copilot in #542 Others - Refactor(proxy): registrable proxy protocol by @xjasonlyu in #517 - Refactor(engine): parse multicast groups by @xjasonlyu in #518 - Refactor(dialer): with socket options by @xjasonlyu in #525 - Refactor: ID should return a copy for TCP/UDPConn by @xjasonlyu in #522 - CI: add tun2socks e2e tests by @xjasonlyu in #510 - CI(test): update test workflow by @xjasonlyu in #516 - Chore: bump to go1.26 by @xjasonlyu in #526 New Contributors - @vecljox made their first contribution in #495 - @xjasonlyu with @Copilot made their first contribution in #542 Full Changelog: v2.6.0...v2.7.0

Read release notes

Version history

Version Updated Notes
v2.7.0 Unknown What's Changed Features - Feature: use pflag as drop-in replacement by @xjasonlyu in #513 - Feature(proxy): support ssh proxy protocol by @xjasonlyu in #519 - Feature: support custom ICMP message handling by @nange in #5...
v2.6.0 Unknown What's Changed License Update - LICENSE: switch to MIT by @xjasonlyu in #462 New Features - Feature: fdbased open fd with offset by @myloft in #272 - Feature: Add support for multicast by @Amaindex in #245 - Feature: per...
v2.5.2 Unknown Bug Fixes - Fix: HTTP proxy basic auth error (#266)
v2.5.1 Unknown 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 pani...