Commit Graph

856 Commits

Author SHA1 Message Date
LanceLi 68308ae9bd Feature: support custom ICMP message handling (#521)
Co-authored-by: Jason Lyu <xjasonlyu@gmail.com>
2026-01-22 22:04:32 -05:00
Jason Lyu d9a036427b Refactor: ID should return a copy for TCP/UDPConn (#522) 2026-01-22 18:33:44 -05:00
Jason Lyu 8fae79e889 Feature(proxy): support ssh proxy protocol (#519) 2026-01-11 00:32:24 -05:00
Jason Lyu 9ea92e91b2 Refactor(engine): parse multicast groups (#518) 2026-01-10 13:48:31 -05:00
Jason Lyu b9aee255ab Refactor(proxy): registrable proxy protocol (#517) 2026-01-10 02:07:46 -05:00
Jason Lyu 27e493b195 CI(test): update test workflow (#516) 2026-01-09 17:07:13 -05:00
Jason Lyu b07886be65 CI(test): add direct to proxy matrix (#515) 2026-01-08 21:12:59 -05:00
Jason Lyu 1aebff20d0 Fix(stack): respond to ICMPv4 echo messages (#514) 2026-01-08 18:16:22 -05:00
Jason Lyu 945d271016 Feature: use pflag as drop-in replacement (#513)
Feature: use pflag as drop-in replacement
2026-01-08 12:17:50 -05:00
Jason Lyu a9306fa3aa Chore(README): update qlty badge (#512) 2026-01-08 11:41:42 -05:00
Jason Lyu d96e06fd6e Fix(log): set log level for glog (#511) 2026-01-08 11:29:15 -05:00
Jason Lyu 5c27ba326e CI: add tun2socks e2e tests (#510) 2026-01-07 17:10:27 -05:00
Jason Lyu ed41b974fe Chore: bump go mods (#509) 2026-01-06 20:09:48 -05:00
dependabot[bot] 57550350c8 Chore(deps): Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#504)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 22:19:59 -05:00
Jason Lyu a51a483b93 Chore: bump action versions (#502) 2025-11-01 15:26:16 -04:00
sz 8fe7561186 Fix: crash on multiple start/stop due to FD being closed twice (#495) 2025-10-08 08:18:31 -04:00
Jason Lyu ef4516522f Chore: apply gofumpt rules (#498) 2025-10-08 08:12:34 -04:00
Jason Lyu a1a64030c4 Chore: bump to go1.25 (#490)
* bump go mods
* bump actions
* remove go.uber.org/automaxprocs
2025-09-03 23:38:43 -04:00
铃木和花 61d826947e Fix: update gVisor dependency & modify UDP handler to return a bool (#487) 2025-08-10 14:14:49 -04:00
dependabot[bot] 0c6fa80b94 Chore(deps): Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 (#480)
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-10 14:13:24 -04:00
Jason Lyu 4127937ea7 Chore: bump go mods (#473) v2.6.0 2025-05-26 05:22:28 +08:00
Jason Lyu 44f7044450 CI(release): auto set prerelease flag (#466) v2.6.0-beta 2025-04-16 05:10:16 +08:00
Jason Lyu d1eabcd312 Refactor(dialer): use DefaultDialer (#465) 2025-04-16 04:35:59 +08:00
Jason Lyu f135a13b33 LICENSE: switch to MIT (#462)
* Change license from GPL-3.0 to MIT
2025-04-16 03:59:57 +08:00
Jason Lyu 59057d186a Chore: update README (#464) 2025-04-16 03:09:50 +08:00
Jason Lyu 551f5e8a37 Chore: bump go mods (#463) 2025-04-16 02:41:29 +08:00
Jason Lyu 3599d45714 Chore: regular go.mod bump (#459) 2025-03-18 04:55:35 +08:00
dependabot[bot] af5d9bd0d2 Chore(deps): Bump golang.org/x/net from 0.35.0 to 0.36.0 (#458)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 10:15:20 +08:00
Petya Petrov c834bec3eb Fix(engine): mutex never unlocked on error (#456)
* fix error when mutex never unlock

---------

Co-authored-by: devil666face <artem1999k@gmail.com>
Co-authored-by: Jason Lyu <xjasonlyu@gmail.com>
2025-03-02 06:55:54 +08:00
Jason Lyu feedf264d2 Docs(README): use docker build status (#455) 2025-02-25 03:20:05 +08:00
Jason Lyu 7a1711d51b Chore: bump go mods (#454) 2025-02-25 02:47:22 +08:00
铃木和花 302622f84b feat: support Linux abstract namespace (#436) 2025-01-28 11:53:02 +08:00
Jason Lyu ed948608cc Chore: bump go mods (#447) 2025-01-28 11:38:17 +08:00
dependabot[bot] bff979b469 Chore(deps): Bump golang.org/x/net from 0.31.0 to 0.33.0 (#446)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.31.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 10:42:01 +08:00
Jason Lyu ec85410144 Chore(stale): add exempt-pr-labels (#438) 2024-12-21 04:12:05 +08:00
dependabot[bot] 43f0ba892f Chore(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#434)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 21:53:43 -05:00
寻觅 e5009398d5 Feature: add Loong64 arch (#427) 2024-11-12 07:29:06 -05:00
Jason Lyu 54ef0500d3 Chore: bump go mods (#426) 2024-11-11 04:15:24 +08:00
Hossin Asaadi b65d23180c Feature: set open FD offset for iOS (#418)
Co-authored-by: Jason Lyu <xjasonlyu@gmail.com>
2024-10-13 03:51:27 +08:00
Jason Lyu a821cc483c Chore: bump go mods (#413) 2024-09-30 04:44:55 +08:00
Jason Lyu 56786517dc Refactor: bufferpool new function (#407) 2024-09-23 02:39:36 +08:00
Jason Lyu 428f82694a Chore: add README credits (#408) 2024-09-23 02:39:24 +08:00
Jason Lyu bf745d0e0e Chore: update .dockerignore (#401) 2024-09-02 06:06:38 +08:00
Jason Lyu 391d3d9f89 Refactor(pool): use generic buffer/pool (#399) 2024-09-02 05:57:22 +08:00
Jason Lyu fc4c5c4c55 Refactor(pool): move to internal (#398) 2024-09-01 04:23:25 +08:00
Jason Lyu 978803cdf8 Refactor(socks): replace net.IP with netip.Addr (#397) 2024-09-01 04:04:01 +08:00
Jason Lyu bd37a1a4c6 Refactor(metadata): replace net.IP with netip.Addr (#396) 2024-09-01 02:57:09 +08:00
Jason Lyu 1f09b4d42d Refactor(core): replace net.IP with netip.Addr (#395) 2024-08-31 12:00:38 +08:00
Jason Lyu fd98f65994 Refactor(tunnel): modularize tunnel pkg (#393) 2024-08-31 11:31:18 +08:00
Jason Lyu 71c45ef87e Chore(mod): bump to go1.23 (#394) 2024-08-31 11:21:07 +08:00