世界
e797c2d0ba
Update tailscale to v1.102.1
2026-08-30 17:41:45 +08:00
世界
6e09f2892a
Add JSON schema support
2026-08-30 17:41:44 +08:00
世界
b9c7d52582
Improve OpenVPN & OpenConnect interoperability
2026-08-30 17:41:44 +08:00
世界
f61d14b3ae
boxdd: Implement linux http proxy
2026-08-30 17:41:43 +08:00
世界
e4c8b49eaf
Improve network reset
2026-08-30 17:41:43 +08:00
世界
719676519d
Fix bind control for auto redirect
2026-08-30 17:41:43 +08:00
世界
2df7a9bac7
Add openvpn and openconnect
2026-08-30 17:41:43 +08:00
世界
668ced35f8
Refactor endpoint listen
2026-08-30 17:41:43 +08:00
世界
1f7d571017
refactor: New tun udpnat
2026-08-30 17:41:43 +08:00
世界
b9572e5812
Fix start lifecycle
2026-08-30 17:41:43 +08:00
世界
0a4e4c8061
boxdd: Add insecure mode
2026-08-30 17:41:43 +08:00
世界
7f1a2bd2be
windivert: stabilize Windows driver lifecycle
2026-08-30 17:41:43 +08:00
世界
4f330d73ec
platform: Add http proxy support for Windows
2026-08-30 17:41:42 +08:00
世界
9bb5bf421d
Fix windivert open
2026-08-30 17:41:42 +08:00
世界
678b3d1703
windivert: Verify cached driver against embedded asset before load
2026-08-30 17:41:42 +08:00
世界
16c8393569
Fix netns manager
2026-08-30 17:41:42 +08:00
世界
9531a6a9cd
Add netns and unshare support
2026-08-30 17:41:42 +08:00
世界
7004fc6fd4
Fix windows bridge forwarding to connected subnets
2026-08-30 17:41:42 +08:00
世界
edb7e1da15
Improve windivert syscall
2026-08-30 17:41:42 +08:00
世界
ec544485b9
Add windows bridge
2026-08-30 17:41:42 +08:00
世界
fa479edc12
Imrpove flow tracking & sniff action
2026-08-30 17:41:42 +08:00
世界
d1d19fcca3
dialer: Dial directly when only one interface is available
2026-08-30 17:41:41 +08:00
世界
154d74b7a0
tls: Fix read wait buffer sizing
2026-08-30 17:41:41 +08:00
世界
70c8549f02
certificate: Replace platform bridge with CGO JNI
2026-08-30 17:41:41 +08:00
世界
a89cac300d
Fix group status updates broken by API service
...
The URL test history update hook and the Clash mode update hook were
single-slot: the API service's attached service overwrote the hook set
by the daemon, so clients stopped receiving group updates. Replace both
with multicast hook lists.
Also share a single URL test history storage via context: Clash API
looked it up under a key nobody registered and fell back to its own
empty storage, so dashboards showed no delay once an API service was
configured. Selector changes now notify through the shared storage,
covering selections made from any API surface.
2026-08-30 17:41:41 +08:00
世界
c12367a013
Add sing-box API service
2026-08-30 17:41:41 +08:00
世界
704853b3be
Fix lint errors
2026-08-30 17:41:40 +08:00
世界
9895d60484
Fix TLS server close
2026-08-30 17:41:40 +08:00
macronut and 世界
d9290bc940
Add more spoof method
...
Signed-off-by: macronut <4027187+macronut@users.noreply.github.com >
2026-08-30 17:41:40 +08:00
世界
87c2b89120
dns: Add timeout configuration
2026-08-30 17:41:40 +08:00
nekohasekai
9471dde765
Add Windows TLS engine
2026-08-30 17:41:40 +08:00
世界
2bbff23640
Improve UDP batch support
2026-08-30 17:41:40 +08:00
世界
7963713314
Add ACME profile support for IP address certificates
2026-08-30 17:41:40 +08:00
世界
0e7f176a16
Fix goroutine leak in networkquality tool
...
Serialize probe rounds in startProber to eliminate unbounded fan-out of
fire-and-forget probe goroutines (up to 100/sec per direction), and close
HTTP/3 transports via transport.Close() in addition to CloseIdleConnections.
2026-08-30 17:41:40 +08:00
世界
a33858523f
Fix tls-spoof
2026-08-30 17:41:40 +08:00
世界
9bcc0f1d37
Fix Apple TLS metadata capture
2026-08-30 17:41:40 +08:00
世界
7de1c4b4cf
Defer implicit default HTTP client fallback to first use
2026-08-30 17:41:39 +08:00
世界
6877fba346
Scope HTTP/2 fallback and HTTP/3 broken state per authority
2026-08-30 17:41:39 +08:00
世界
c56d0f2462
Fix macOS tlsspoof
2026-08-30 17:41:39 +08:00
世界
2ddfecb47a
Reject IP literal server name with TLS spoof
2026-08-30 17:41:39 +08:00
世界
8e8d1dcca8
Fix legacy rule-set download_detour blocked by empty direct check
2026-08-30 17:41:39 +08:00
世界
40e2b5fd4b
Add TLS spoof support
2026-08-30 17:41:39 +08:00
世界
2515811356
Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines
2026-08-30 17:41:39 +08:00
世界
c322ad5d33
Add optimistic DNS cache
2026-08-30 17:41:39 +08:00
世界
435d7e0cdf
Fix stun test
2026-08-30 17:41:39 +08:00
世界
2b691a94a4
Fix lint errors
2026-08-30 17:41:39 +08:00
世界
bc6f9703e3
Add package_name_regex route, DNS and headless rule item
2026-08-30 17:41:39 +08:00
世界
07cdca0a2b
tools: Network Quality & STUN
2026-08-30 17:41:39 +08:00
nekohasekai
01b3d19d6d
Refactor ACME support to certificate provider
2026-08-30 17:41:38 +08:00
世界
f260e771ea
Fix unbounded allocations when reading untrusted binary data
2026-08-10 13:26:42 +08:00