Commit Graph

139 Commits

Author SHA1 Message Date
Shtorm
7c3a19c2fe Update sing-box core 2026-04-26 21:11:31 +03:00
世界
ead1b6688f Clean up DNS transports 2026-04-23 02:30:32 +08:00
世界
e974da41aa Fix tailscale endpoint early-start close panic 2026-04-19 21:15:54 +08:00
世界
a3ebacd17c Fix tailscale crash 2026-04-10 14:09:03 +08:00
hdrover
4a2aac6bc9 Fix naive inbound padding bytes 2026-04-06 22:33:11 +08:00
世界
5042967836 Fix naive quic error message 2026-03-30 22:42:36 +08:00
世界
fbb51d2cae Reject removed legacy inbound fields instead of silently ignoring 2026-03-21 17:16:10 +08:00
世界
6da6aff8b4 Deprecate Socksaddr.IsFqdn: do not reject potentially valid domain names 2026-03-16 09:37:59 +08:00
世界
e7a770c977 tailscale: Fix system interface rules 2026-03-14 21:38:38 +08:00
世界
bbedd5383a tailscaile: Fix using TUN auto redirect with tailscale system interface 2026-03-10 22:04:11 +08:00
世界
45353fbe2c tailscale: Use system dialer for system interface
* Revert "Fix netstack TCP connections with system interface
2026-03-10 19:50:16 +08:00
Shtorm
494fa5a9da Update sing-box core 2026-03-10 04:25:01 +03:00
世界
5ddaf78fdc Fix missing with_gvisor build tag for tailscale 2026-03-09 20:18:28 +08:00
世界
77edcaf011 tailscale: Fix inbound UDP packet connection 2026-03-09 20:06:34 +08:00
世界
7ff25431c0 endpoint: Fix UDP resolved destination 2026-03-02 13:55:26 +08:00
世界
da06212268 Remove overdue deprecated features 2026-03-01 12:30:43 +08:00
世界
4621b39024 tailscale: Fix AdvertiseTags 2026-02-27 14:58:06 +08:00
世界
8436c06718 platform: Improve iOS OOM killer 2026-02-26 14:13:32 +08:00
世界
9bdb7990dd Add advertise tags support for Tailscale endpoint 2026-02-24 15:31:57 +08:00
Shtorm
9e4eb52a82 Update sing-box core 2026-02-22 14:46:42 +03:00
世界
701248d820 More linux builds for naive 2026-02-21 13:55:31 +08:00
世界
b2f77cd78c Fix naive padding 2026-02-09 15:50:51 +08:00
世界
ca831f367a Fix naive padding 2026-02-09 13:53:32 +08:00
世界
5fdb29396b Fix vmess crash 2026-02-05 17:23:49 +08:00
世界
332bbacf67 socks: Fix missing UDP timeout 2026-02-05 12:03:03 +08:00
世界
1c57f08148 Fix route_address_set duplicated IP sets causing route creation failure
The FlatMap calls pre-populated routeAddressSet and routeExcludeAddressSet
before the for-loops which appended the same IP sets again, doubling every
entry. On Windows this caused CreateIpForwardEntry2 to return
ERROR_OBJECT_ALREADY_EXISTS.

Fixes #3725
2026-02-02 17:29:21 +08:00
世界
eadd41c4ce Fix auto_redirect fallback rule 2026-01-30 11:42:56 +08:00
世界
260145e8f7 Fix auto_redirect fallback rule 2026-01-29 12:07:15 +08:00
Shtorm
61826bc189 Resolve conflicts 2026-01-18 21:53:22 +03:00
世界
eafb8be23f Fix naive outbound on iOS 2026-01-17 19:15:56 +08:00
世界
4bc27e7cb5 tailscale: Add system interface support 2026-01-17 05:49:24 +08:00
世界
28d2ff2492 Fix missing relay support for Tailscale 2026-01-17 05:48:57 +08:00
世界
4caa950da9 Update bypass action behavior for auto redirect 2026-01-17 05:48:41 +08:00
世界
024f7b3072 Add pre-match support for auto redirect 2026-01-17 05:48:39 +08:00
世界
2cc7c953f1 Update cronet-go to v143.0.7499.109-1 2026-01-17 05:48:17 +08:00
世界
380a1aa163 Update quic-go to v0.58.0 2026-01-17 05:48:04 +08:00
世界
50859575f2 Remove certificate_public_key_sha256 for naive 2026-01-17 05:47:54 +08:00
世界
e3bf40daea Fix naive network 2026-01-17 05:47:53 +08:00
世界
42d62a1e21 Add QUIC support for naiveproxy 2026-01-17 05:47:52 +08:00
世界
464554ab8f Add ECH support for NaiveProxy outbound and tls.ech.query_server_name option
- Enable ECH for NaiveProxy outbound with DNS resolver integration
- Add query_server_name option to override domain for ECH HTTPS record queries
- Update cronet-go dependency and remove windows_386 support
2026-01-17 05:47:42 +08:00
世界
8b2adb0bc7 Fix bugs and add UoT option for naiveproxy outbound 2026-01-17 05:47:41 +08:00
世界
3313c6e0b2 Add naiveproxy outbound 2026-01-17 05:47:41 +08:00
世界
0b6fe45fb9 platform: Refactoring libbox to use gRPC-based protocol 2026-01-17 05:47:32 +08:00
世界
d4897abb53 Fix compatibility with MPTCP 2026-01-17 05:46:23 +08:00
世界
e7c387b49b Update WireGuard and Tailscale 2026-01-17 05:46:02 +08:00
世界
a8a4467bc3 ktls: Add warning for inappropriate scenarios 2026-01-17 05:44:43 +08:00
世界
47392e55a2 Add support for kTLS
Reference: https://gitlab.com/go-extension/tls
2026-01-17 05:44:42 +08:00
世界
e2ba72e7c1 Add proxy support for ICMP echo request 2026-01-17 05:44:41 +08:00
世界
5c8b07acfe Add preferred_by route rule item 2026-01-17 05:44:27 +08:00
neletor
6fdd08ac2d Add support for ech retry configs 2026-01-17 05:44:26 +08:00