5230 Commits
Author SHA1 Message Date
世界 bd602b6d11 Fix panic on websocket handshake failure 2026-08-30 17:23:03 +08:00
世界 56f91dfeab Bump version 2026-08-29 18:25:15 +08:00
世界 849ac908c8 Use sing-quic v0.6.5 tag 2026-08-29 17:06:50 +08:00
世界 0b5391447e Fix websocket early data with smux and yamux multiplex 2026-08-29 15:59:41 +08:00
世界 d34fbe99e8 Fix tailscale build with Go 1.27 2026-08-29 14:43:16 +08:00
世界 0aefee74c6 Fix TCP NAT port reuse across address families in system stack 2026-08-29 11:33:11 +08:00
世界 1c99c4ceac Use legacy Apple credentials 2026-08-27 18:48:04 +08:00
世界 4f15700db3 direct: Fix TUN loopback protection 2026-08-27 12:45:59 +08:00
世界 1389e2fd8e documentation: Fix matching logic note for DNS rules
The address filter fields ip_cidr, ip_is_private and ip_accept_any share
the destination address group with the domain fields, matching with OR
semantics like in route rules.
2026-08-22 16:14:54 +08:00
世界 4444f297c2 Fix address filter matching for inverted DNS rules
Inverted rules whose address filter conditions come from rule sets or
logical rules were rejected during pre-lookup matching, so the lookup was
never sent and the rules never matched; for plain ip rule sets this was a
regression from the rule-set invert fix in 1.12.22. Pre-lookup matching
now tracks whether the result depends on deferred address filter
conditions and defers such rules to the response phase, while results
already determined by evaluated conditions are still decided during
pre-lookup.
2026-08-22 16:14:54 +08:00
世界 c375fb0b7f Fix su lookup for auto_redirect on Android 2026-08-21 23:09:45 +08:00
世界 f7634d5846 Fix excessive TCP keepalive traffic in gVisor stack 2026-08-21 19:53:51 +08:00
世界 e4a4e8c790 Fix URLTest group hang on unresponsive outbound 2026-08-21 18:21:51 +08:00
世界 9d8d4b8796 Fix log output before service started 2026-08-21 17:42:42 +08:00
世界 b5ebaa1fc0 Bump version 2026-08-17 17:07:24 +08:00
世界 bf41bb4ced Install Apple provisioning profiles from a variable number of secrets 2026-08-17 17:07:23 +08:00
世界 cdb88a33ac Fix version quoting in Apple project update script 2026-08-17 16:03:58 +08:00
世界 077a4a0b54 Fix DHCP DNS server search domain handling 2026-08-12 13:29:01 +08:00
Shtorm e8f6936480 Add license_key support for masque and warp Cloudflare profiles v1.13.18-extended-2.6.5 2026-08-11 23:36:15 +03:00
Shtorm 6126cc2158 Update wireguard 2026-08-11 23:33:38 +03:00
Shtorm 4926a0cb91 Fix unified delay 2026-08-11 23:31:13 +03:00
Shtorm f74146648e Fix xhttp link parsing 2026-08-11 23:30:42 +03:00
世界 b0491faeee Fix default interface monitor stuck on system boot 2026-08-10 23:25:56 +08:00
世界 9fa673d105 Fix oomkiller service stub build 2026-08-10 23:16:04 +08:00
Gavin LuoandGitHub 7ac8e5c0ab Fix reset network 2026-08-10 23:10:24 +08:00
Shtorm b900e3513c Update wireguard v1.13.18-extended-2.6.4 2026-08-10 14:28:56 +03:00
NagaseMinatoandGitHub 65380457b8 Fix tailscale preferred MagicDNS domain matching 2026-08-10 19:11:10 +08:00
efbd84276c Fix FakeIP metadata async save
Co-authored-by: Sway-Chan <nz8r488bbc@privaterelay.appleid.com>
2026-08-10 18:42:27 +08:00
世界 f260e771ea Fix unbounded allocations when reading untrusted binary data 2026-08-10 13:26:42 +08:00
Shtorm dec3f0713f Update sing-box core v1.13.18-extended-2.6.3 2026-08-09 16:32:34 +03:00
Shtorm 21a23d7488 Fix OpenStream dropping connection errors 2026-08-09 15:03:14 +03:00
Shtorm cb664d1a4b Fix DNS Fallback 2026-08-09 15:01:36 +03:00
世界 45ca32dcb9 Bump version 2026-08-09 14:57:01 +08:00
世界 93df3ef612 Fix slow open connection declaring lazy headroom 2026-08-09 13:13:24 +08:00
Shtorm f682ceb8e2 Update packages 2026-08-08 22:56:39 +03:00
Shtorm 545424b86b Fix wireguard v1.13.16-extended-2.6.2 2026-08-08 20:49:55 +03:00
Shtorm 1d10636a5f Fix mieru outbound with fqdn server address 2026-08-08 20:46:52 +03:00
Shtorm 9f34cdb2f8 Fix DefaultGateway 2026-08-08 20:43:13 +03:00
Shtorm da4c532efb Merge branch 'extended' of https://github.com/shtorm-7/sing-box-extended into extended v1.13.16-extended-2.6.1 2026-08-08 10:33:36 +03:00
Shtorm 97c981764d Add DefaultGateway 2026-08-08 10:33:31 +03:00
Shtorm 3310474137 Fix limiters 2026-08-08 10:11:10 +03:00
Shtorm 6c81ddd00f Fix Wireguard options 2026-08-08 10:11:01 +03:00
Shtorm da50e2969d Fix XHTTP dialing 2026-08-08 10:10:05 +03:00
世界 7afc0aa2ba Update naiveproxy to v150.0.7871.63-1 2026-08-08 11:27:55 +08:00
ShtormandGitHub 1e35987658 Fix typo in Rmux description in README.md
Signed-off-by: Shtorm <108103062+shtorm-7@users.noreply.github.com>
2026-08-07 06:33:09 +03:00
ShtormandGitHub 44c9c36c65 Fix typo
Signed-off-by: Shtorm <108103062+shtorm-7@users.noreply.github.com>
2026-08-06 17:14:08 +03:00
Shtorm 00d3ed46bf Resolve conflicts v1.13.16-extended-2.6.0 2026-08-06 14:20:09 +03:00
Shtorm d6b9f693c4 Add call protocol, Rmux. Update AmneziaWG. Fixes and improvements 2026-08-06 14:19:34 +03:00
Shtorm 051e928b01 Update sing-box core 2026-08-06 14:09:46 +03:00
ShtormandGitHub b644e671c2 Fix typo in VPN description in README.md
Signed-off-by: Shtorm <108103062+shtorm-7@users.noreply.github.com>
2026-08-05 09:31:26 +03:00