dependabot[bot]
2e97de9b4f
Chore: bump golang.org/x/net from 0.51.0 to 0.52.0 ( #3650 )
...
CodeQL / analyze (go) (push) Has been cancelled
Release / build (386, freebsd) (push) Has been cancelled
Release / build (386, linux) (push) Has been cancelled
Release / build (386, openbsd) (push) Has been cancelled
Release / build (386, windows) (push) Has been cancelled
Release / build (amd64, darwin) (push) Has been cancelled
Release / build (amd64, dragonfly) (push) Has been cancelled
Release / build (amd64, freebsd) (push) Has been cancelled
Release / build (amd64, linux, <nil>) (push) Has been cancelled
Release / build (amd64, linux, pie) (push) Has been cancelled
Release / build (amd64, openbsd) (push) Has been cancelled
Release / build (amd64, windows) (push) Has been cancelled
Release / build (arm, 5, linux) (push) Has been cancelled
Release / build (arm, 6, freebsd) (push) Has been cancelled
Release / build (arm, 6, linux) (push) Has been cancelled
Release / build (arm, 6, openbsd) (push) Has been cancelled
Release / build (arm, 7, freebsd) (push) Has been cancelled
Release / build (arm, 7, linux) (push) Has been cancelled
Release / build (arm, 7, openbsd) (push) Has been cancelled
Release / build (arm64, android) (push) Has been cancelled
Release / build (arm64, darwin) (push) Has been cancelled
Release / build (arm64, freebsd) (push) Has been cancelled
Release / build (arm64, linux) (push) Has been cancelled
Release / build (arm64, linux, pie) (push) Has been cancelled
Release / build (arm64, openbsd) (push) Has been cancelled
Release / build (arm64, windows) (push) Has been cancelled
Release / build (loong64, linux) (push) Has been cancelled
Release / build (mips, linux) (push) Has been cancelled
Release / build (mips64, linux) (push) Has been cancelled
Release / build (mips64le, linux) (push) Has been cancelled
Release / build (mipsle, linux) (push) Has been cancelled
Release / build (riscv64, linux) (push) Has been cancelled
Test / test (macos-latest) (push) Has been cancelled
Test / test (ubuntu-latest) (push) Has been cancelled
Test / test (windows-latest) (push) Has been cancelled
Release / signature (push) Has been cancelled
Release / Build And Push image (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.51.0 to 0.52.0.
- [Commits](https://github.com/golang/net/compare/v0.51.0...v0.52.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.52.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-17 12:47:12 +00:00
dyhkwong
edb1d76989
Fix shadowsocks2022 concurrent map read and map write ( #3653 )
...
Thanks dyhkwong!
2026-03-17 06:38:29 -06:00
Leo
126e70b23a
feat: grpc: allow configurable keepalive and initial windows size ( #3654 )
...
added configuration options:
- idle_timeout
- health_check_timeout
- permit_without_stream
- initial_windows_size
acknowledge:
- https://github.com/XTLS/Xray-core
- https://xtls.github.io/en/config/transports/grpc.html
Signed-off-by: Leo <i@hardrain980.com >
Thanks Leo
2026-03-17 06:37:27 -06:00
dyhkwong
42a681aab1
Fix HTTP/1.1 CONNECT response close ( #3652 )
2026-03-17 06:36:23 -06:00
dependabot[bot]
fbff1421bf
Chore: bump golang.org/x/crypto from 0.48.0 to 0.49.0 ( #3649 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.48.0 to 0.49.0.
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.49.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-14 17:33:33 +00:00
dependabot[bot]
122f8497f0
Chore: bump golang.org/x/sync from 0.19.0 to 0.20.0 ( #3645 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-14 17:14:55 +00:00
dependabot[bot]
4eea9286c7
Chore: bump golang.org/x/sys from 0.41.0 to 0.42.0 ( #3644 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.41.0 to 0.42.0.
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.42.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-version: 0.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-14 16:16:20 +00:00
Xiaokang Wang (Shelikhoo)
62a92780cf
Add TCP Listener support for wireguard outbound ( #3651 )
2026-03-14 16:16:00 +00:00
Xiaokang Wang (Shelikhoo)
e93e5ac7d9
Better server failure detection and PreserveSourceIPPortWhenDestNATMa… ( #3648 )
...
* Better server failure detection and PreserveSourceIPPortWhenDestNATMapping detection
* improve PreserveSourceIPPortWhenDestNATMapping detection
2026-03-10 21:51:40 +00:00
Xiaokang Wang (Shelikhoo)
66c2586ec6
Improve API instance support ( #3643 )
...
* Improve API instance support
* fixup format
2026-03-10 19:41:03 +00:00
dependabot[bot]
8eb43be143
Chore: bump github.com/pion/dtls/v3 from 3.0.10 to 3.0.11 ( #3647 )
...
Bumps [github.com/pion/dtls/v3](https://github.com/pion/dtls ) from 3.0.10 to 3.0.11.
- [Release notes](https://github.com/pion/dtls/releases )
- [Commits](https://github.com/pion/dtls/compare/v3.0.10...v3.0.11 )
---
updated-dependencies:
- dependency-name: github.com/pion/dtls/v3
dependency-version: 3.0.11
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 19:40:48 +00:00
Xiaokang Wang (Shelikhoo)
1f4dc3b375
Stun Nat Type Testing ( #3646 )
...
* Add NAT Type Testing utility
* Add dualstack udp support for wireguard outbound
* tidy go.mod
* Do not include stun command on android by default
* fix lints
* add additional test when a secondary server was provided
2026-03-10 17:30:21 +00:00
Shelikhoo
bf1803ddb3
update version to v5.47.0
v5.47.0
2026-03-09 11:56:45 +00:00
dependabot[bot]
691a22aeba
Chore: bump golang.org/x/net from 0.50.0 to 0.51.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.50.0 to 0.51.0.
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.51.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.51.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 11:51:04 +00:00
dependabot[bot]
a4d5541de9
Chore: bump google.golang.org/grpc from 1.79.1 to 1.79.2
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.79.1 to 1.79.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.1...v1.79.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 11:50:54 +00:00
urugang
611175e8fc
Generalize IP address parsing in TUN stack options
...
- Replaced `tcpip.AddrFrom4Slice` with `tcpip.AddrFromSlice` in `AddProtocolAddress` to support generic IP versions.
- Updated `SetRouteTable` to use `tcpip.AddrFromSlice` for subnet address calculations.
2026-03-09 11:50:44 +00:00
dependabot[bot]
9cf6a45519
Chore: bump actions/upload-artifact from 6 to 7 ( #3628 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 01:47:56 +08:00
dependabot[bot]
46d7ff13ed
Chore: bump actions/download-artifact from 7 to 8 ( #3629 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 01:47:30 +08:00
Shelikhoo
52656926d9
update version to v5.46.0
v5.46.0
2026-02-20 23:43:19 +00:00
Shelikhoo
2b41da050f
update hysteria version
2026-02-20 23:15:10 +00:00
JimmyHuang454
169fc92fd9
update hysteria2
2026-02-20 23:12:40 +00:00
Shelikhoo
2143d629ef
filter debug output for wireguard
2026-02-20 11:43:33 +00:00
Shelikhoo
983fe93d51
lint fixup for wireguard
2026-02-20 11:43:33 +00:00
Shelikhoo
dc27b7725e
Disable wireguard for dragonfly
2026-02-20 11:43:33 +00:00
Shelikhoo
f516eca541
Add IPv6 happy eyeball support for wireguard
...
(mostly vibe coded)
2026-02-20 11:43:33 +00:00
Shelikhoo
4c87c9f14f
Add Wireguard Support for v2ray
...
(mostly vibe coded)
2026-02-20 11:43:33 +00:00
Shelikhoo
1bb3ff5b03
update gvisor versions
2026-02-20 11:43:33 +00:00
Shelikhoo
6a00cc3120
Add support for enrollment links in tlsmirror
2026-02-18 17:16:52 +00:00
Shelikhoo
268064bcbc
update to v5.45.1
v5.45.1
2026-02-15 20:07:18 +00:00
Shelikhoo
401a96f04f
disable windows/arm32
2026-02-15 20:06:33 +00:00
Shelikhoo
fc1554a508
update version to v5.45.0
v5.45.0
2026-02-15 18:44:59 +00:00
Shelikhoo
02434ca34b
Add sticky choice option for leastping
2026-02-15 18:38:51 +00:00
dependabot[bot]
7a04bbdc9a
Chore: bump github.com/jhump/protoreflect from 1.17.0 to 1.18.0
...
Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/jhump/protoreflect/releases )
- [Commits](https://github.com/jhump/protoreflect/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/jhump/protoreflect
dependency-version: 1.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-15 11:41:30 +00:00
dependabot[bot]
9723bc10b2
Chore: bump github.com/miekg/dns from 1.1.70 to 1.1.72
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.70 to 1.1.72.
- [Commits](https://github.com/miekg/dns/compare/v1.1.70...v1.1.72 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-version: 1.1.72
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 09:59:03 +00:00
dependabot[bot]
de0c080044
Chore: bump golang.org/x/net from 0.49.0 to 0.50.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.49.0 to 0.50.0.
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.50.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.50.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 09:55:45 +00:00
dependabot[bot]
c7d8ca2749
Chore: bump google.golang.org/grpc from 1.78.0 to 1.79.1
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.78.0 to 1.79.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.78.0...v1.79.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 09:55:28 +00:00
dependabot[bot]
b8ca675b52
Chore: bump golang.org/x/crypto from 0.47.0 to 0.48.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.47.0 to 0.48.0.
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.48.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.48.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 09:37:34 +00:00
dependabot[bot]
b6b39fe271
Chore: bump github.com/pires/go-proxyproto from 0.8.1 to 0.11.0
...
Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto ) from 0.8.1 to 0.11.0.
- [Release notes](https://github.com/pires/go-proxyproto/releases )
- [Commits](https://github.com/pires/go-proxyproto/compare/v0.8.1...v0.11.0 )
---
updated-dependencies:
- dependency-name: github.com/pires/go-proxyproto
dependency-version: 0.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 09:33:25 +00:00
dependabot[bot]
3d206ce17e
Chore: bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5
...
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi ) from 5.2.4 to 5.2.5.
- [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.4...v5.2.5 )
---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
dependency-version: 5.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-14 09:33:00 +00:00
Fangliding
a325e8f9b7
Fix stuck in httpupgrade
2026-02-14 09:32:22 +00:00
Shelikhoo
7fdb717912
update version to v5.44.1
v5.44.1
2026-01-15 20:00:14 +00:00
Shelikhoo
db2815dcfc
update golang toolchain version
2026-01-15 19:48:11 +00:00
dependabot[bot]
cd81b66811
Chore: bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4
...
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi ) from 5.2.3 to 5.2.4.
- [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.3...v5.2.4 )
---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
dependency-version: 5.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-15 19:44:12 +00:00
Shelikhoo
35d5e2dc77
update version to v5.44.0
v5.44.0
2026-01-14 14:47:36 +00:00
Shelikhoo
bf62dc4b80
update utls to v1.8.2
2026-01-14 14:46:39 +00:00
dependabot[bot]
2d71755e4f
Chore: bump github.com/miekg/dns from 1.1.69 to 1.1.70
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.69 to 1.1.70.
- [Commits](https://github.com/miekg/dns/compare/v1.1.69...v1.1.70 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-version: 1.1.70
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 14:43:04 +00:00
dependabot[bot]
cad9d2cfd3
Chore: bump golang.org/x/net from 0.48.0 to 0.49.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.48.0 to 0.49.0.
- [Commits](https://github.com/golang/net/compare/v0.48.0...v0.49.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 14:42:23 +00:00
dependabot[bot]
006b0c49ea
Chore: bump golang.org/x/crypto from 0.46.0 to 0.47.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.46.0 to 0.47.0.
- [Commits](https://github.com/golang/crypto/compare/v0.46.0...v0.47.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.47.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 14:05:16 +00:00
Shelikhoo
807b820e7b
dynamic address length calculation in shadowsocks udp encoding
2026-01-14 14:04:59 +00:00
Leo
1d6cecf51b
bugfix: avoid DNS querying _grpc_config.<domain> with gRPC transport
...
Signed-off-by: Leo <i@hardrain980.com >
2026-01-14 14:04:40 +00:00